5 references to GetDescendantBounds
ReachFramework (5)
AlphaFlattener\BrushProxy.cs (2)
3026Rect visualBounds = VisualTreeHelper.GetDescendantBounds(visual); 3123Rect visualBounds = VisualTreeHelper.GetDescendantBounds(vb.Visual);
AlphaFlattener\Utility.cs (1)
1584bounds = VisualTreeHelper.GetDescendantBounds(visualBrush.Visual);
Serialization\DrawingContextFlattener.cs (1)
363bounds.Union(VisualTreeHelper.GetDescendantBounds(visual));
Serialization\VisualTreeFlattener.cs (1)
450Rect bounds = VisualTreeHelper.GetDescendantBounds(visual);