5 references to GetDescendantBounds
ReachFramework (5)
AlphaFlattener\BrushProxy.cs (2)
3030Rect visualBounds = VisualTreeHelper.GetDescendantBounds(visual); 3127Rect visualBounds = VisualTreeHelper.GetDescendantBounds(vb.Visual);
AlphaFlattener\Utility.cs (1)
1585bounds = VisualTreeHelper.GetDescendantBounds(visualBrush.Visual);
Serialization\DrawingContextFlattener.cs (1)
364bounds.Union(VisualTreeHelper.GetDescendantBounds(visual));
Serialization\VisualTreeFlattener.cs (1)
451Rect bounds = VisualTreeHelper.GetDescendantBounds(visual);