--- SL2 BUG --- ItemsControl doesn't use Equals for comparison (ItemCollection.IndexOf)

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public static int C1IndexOf(
	this ItemsControl itemsControl,
	Object value
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function C1IndexOf ( _
	itemsControl As ItemsControl, _
	value As Object _
) As Integer

Parameters

itemsControl
Type: ItemsControl
The items control.
value
Type: System..::..Object
The value.

Return Value

See Also