9 references to Bounds
PresentationCore (1)
System\Windows\Media\ImageBrush.cs (1)
74
contentBounds = drawing.
Bounds
;
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
207
Rect drawingBounds = drawing.
Bounds
;
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (1)
1420
brush.Viewbox = drawing.
Bounds
;
AlphaFlattener\Primitive.cs (3)
321
if (d == null || !Utility.IsRenderVisible(d.
Bounds
))
499
dg.
Bounds
,
529
primitive.OpacityMask = BrushProxy.CreateOpacityMaskBrush(dg.OpacityMask, dg.
Bounds
);
AlphaFlattener\Utility.cs (1)
1572
bounds = drawingBrush.Drawing.
Bounds
;
Serialization\VisualSerializer.cs (1)
2002
drawing.
Bounds
,
Serialization\VisualTreeFlattener.cs (1)
672
if (d == null || !Utility.IsRenderVisible(d.
Bounds
))