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