DependencyObjectExtensions
StockSharp.Xaml.Charting.Common.Extensions
Defines extension methods for the DependencyObject type. Used internally to Ultrachart
Methods
FindVisualChild``1
public static T FindVisualChild<T>(DependencyObject parent)
result = DependencyObjectExtensions.FindVisualChild(parent)
Finds the visual child of type T
- parent
- The parent.
Returns: The child, or null if not found