3 overrides of GetContentBounds
PresentationCore (3)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (1)
185
internal override Rect
GetContentBounds
()
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
102
internal override Rect
GetContentBounds
()
Core\CSharp\System\Windows\UIElement.cs (1)
3264
internal override Rect
GetContentBounds
()
3 references to GetContentBounds
PresentationCore (3)
Core\CSharp\System\Windows\Media\Visual.cs (3)
405
return
GetContentBounds
();
507
Rect contentBounds =
GetContentBounds
();
1905
return
GetContentBounds
();