9 references to Bounds
PresentationCore (1)
System\Windows\Media\ImageBrush.cs (1)
58contentBounds = drawing.Bounds;
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
202Rect drawingBounds = drawing.Bounds;
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (1)
1416brush.Viewbox = drawing.Bounds;
AlphaFlattener\Primitive.cs (3)
316if (d == null || !Utility.IsRenderVisible(d.Bounds)) 494dg.Bounds, 524primitive.OpacityMask = BrushProxy.CreateOpacityMaskBrush(dg.OpacityMask, dg.Bounds);
AlphaFlattener\Utility.cs (1)
1561bounds = drawingBrush.Drawing.Bounds;
Serialization\VisualSerializer.cs (1)
1994drawing.Bounds,
Serialization\VisualTreeFlattener.cs (1)
665if (d == null || !Utility.IsRenderVisible(d.Bounds))