3 references to GetBounds
PresentationCore (3)
System\Windows\Media\Drawing.cs (1)
49return GetBounds();
System\Windows\Media\DrawingBrush.cs (1)
45contentBounds = Drawing.GetBounds();
System\Windows\Media\DrawingImage.cs (1)
88Size size = drawing.GetBounds().Size;