The Extensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
C1IndexOf |
--- SL2 BUG ---
ItemsControl doesn't use Equals for comparison (ItemCollection.IndexOf)
|
|
C1TransformToVisual |
Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.
|
|
ContainsAny<(Of <<'(T>)>>) |
Determines whether the specified list contains any of the following values.
|
|
Distance |
Returns the distance between the two points
|
|
FindParent<(Of <<'(T>)>>) |
Finds the first parent of a given type for a particular FrameworkElement
|
|
GetAbsoluteUri |
Returns the absolute Uri from a string that may represent relative or absolute Uri.
|
|
GetAllParents |
Returns all the parents in the visual tree
|
|
GetEnumValues<(Of <<'(T>)>>) |
Returns the values of an Enum type (Type.IsEnum == true).
|
|
GetNonNullableType |
Returns the underlying type of a nullable type:
e.g. if Type = double?, then return double.
|
|
GetVisualStateGroup |
Gets the VisualStateGroup with the given name, looking up the visual tree
|
|
IsNullableType |
Returns true if the type is a nullable type.
|
|
IsNumeric |
Returns true if the type is any of the numeric data types:
double, float, int, uint, long, ulong, short, ushort, sbyte, byte and decimal.
|
|
IsNumericIntegral |
Returns true if the type is any of the integral numeric data types:
int, uint, long, ulong, short, ushort, sbyte and byte.
|
|
IsNumericIntegralSigned |
Returns true if the type is any of the integral signed numeric data types:
int, long, short and sbyte.
|
|
IsNumericIntegralUnsigned |
Returns true if the type is any of the integral unsigned numeric data types:
uint, ulong, ushort and byte.
|
|
IsNumericNonIntegral |
Returns true if the type is any of the numeric non-integral data types:
double, float and decimal.
|
|
MakeRelative(Popup, FrameworkElement, Func<(Of <<'(List<(Of <<'(AnchorMatching>)>>)>)>>)) |
Makes the popup relative to another FrameworkElement.
|
|
MakeRelative(Popup, FrameworkElement, Func<(Of <<'(List<(Of <<'(AnchorMatching>)>>)>)>>), Func<(Of <<'(Point>)>>), Func<(Of <<'(Point>)>>)) |
Makes the popup relative to another FrameworkElement.
|
|
New<(Of <<'(T>)>>)(Type) |
Creates a new instance of this type using the default constructor.
|
|
New<(Of <<'(T>)>>)(Type, Action<(Of <<'(T>)>>)) |
Creates a new instance of this type using the default constructor.
|
|
SetBinding(FrameworkElement, DependencyProperty, Object, String) | Obsolete.
Sets the binding if the dependency property has not been set previously and the style of the element don't set the property.
|
|
SetBinding<(Of <<'(T>)>>)(FrameworkElement, DependencyProperty, T, Expression<(Of <<'(Func<(Of <<'(T, Object>)>>)>)>>)) |
Sets the binding if the dependency property has not been set previously and the style of the element don't set the property.
|
|
SetBinding<(Of <<'(T>)>>)(FrameworkElement, DependencyProperty, T, Expression<(Of <<'(Func<(Of <<'(T, Object>)>>)>)>>), IValueConverter) |
Sets the binding if the dependency property has not been set previously and the style of the element don't set the property.
|