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