3 overrides of GetContentBounds
PresentationCore (3)
Core\CSharp\System\Windows\Media\DrawingBrush.cs (1)
58
protected override void
GetContentBounds
(out Rect contentBounds)
Core\CSharp\System\Windows\Media\ImageBrush.cs (1)
68
protected override void
GetContentBounds
(out Rect contentBounds)
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
341
protected override void
GetContentBounds
(out Rect contentBounds)
1 reference to GetContentBounds
PresentationCore (1)
Core\CSharp\System\Windows\Media\TileBrush.cs (1)
93
GetContentBounds
(out contentBounds);