5 references to GetDescendantBounds
ReachFramework (5)
AlphaFlattener\BrushProxy.cs (2)
3030Rect visualBounds = VisualTreeHelper.GetDescendantBounds(visual); 3125Rect visualBounds = VisualTreeHelper.GetDescendantBounds(vb.Visual);
AlphaFlattener\Utility.cs (1)
1595bounds = VisualTreeHelper.GetDescendantBounds(visualBrush.Visual);
Serialization\DrawingContextFlattener.cs (1)
374bounds.Union(VisualTreeHelper.GetDescendantBounds(visual));
Serialization\VisualTreeFlattener.cs (1)
458Rect bounds = VisualTreeHelper.GetDescendantBounds(visual);