3 overrides of GetContentBounds
PresentationCore (3)
System\Windows\Media\DrawingVisual.cs (1)
176
internal override Rect
GetContentBounds
()
System\Windows\Media\HostVisual.cs (1)
99
internal override Rect
GetContentBounds
()
System\Windows\UIElement.cs (1)
3230
internal override Rect
GetContentBounds
()
3 references to GetContentBounds
PresentationCore (3)
System\Windows\Media\Visual.cs (3)
398
return
GetContentBounds
();
500
Rect contentBounds =
GetContentBounds
();
1892
return
GetContentBounds
();