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