3 references to GetBounds
PresentationCore (3)
Core\CSharp\System\Windows\Media\Drawing.cs (1)
67
return
GetBounds
();
Core\CSharp\System\Windows\Media\DrawingBrush.cs (1)
60
contentBounds = Drawing.
GetBounds
();
Core\CSharp\System\Windows\Media\DrawingImage.cs (1)
102
Size size = drawing.
GetBounds
().Size;