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