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