Открытые статические члены | |
static void | ForEach< T > (this IEnumerable< T > collection, Action< T > action) |
static bool | AreClose (double v1, double v2) |
static double | MultiplyCheckNaN (double v1, double v2) |
static bool | IsLessThen (double v1, double v2) |
static Point | PointToScreenWithoutFlowDirection (FrameworkElement element, Point point) |
static T | FindVisualAncestor< T > (this DependencyObject obj, bool includeThis) |
static bool | IsLogicalChildContained< T > (this DependencyObject obj) |
static T | GetLogicalChildContained< T > (this DependencyObject obj) |
static T | FindAnotherLogicalChildContained< T > (this DependencyObject obj, UIElement childToExclude) |
static IEnumerable< DockablePane > | DockablePanes (this UIElement element) |
static Point | PointToScreenDPI (this Visual visual, Point pt) |
static Point | TransformToDeviceDPI (this Visual visual, Point pt) |
static Size | TransformFromDeviceDPI (this Visual visual, Size size) |
static Point | TransformFromDeviceDPI (this Visual visual, Point pt) |
static bool | CanTransform (this Visual visual) |
static Size | TransformedActualSize (this FrameworkElement element) |
static Size | TransformSize (this FrameworkElement element, Size sizeToTransform) |
static GeneralTransform | TansformToAncestor (this FrameworkElement element) |
static void | CallMethod (this object o, string methodName, object[] args) |
static T | GetPropertyValue< T > (this object o, string propertyName) |