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