Base:
property
Width
System.Windows.Media.ImageSource.Width
3 references to Width
PresentationFramework (2)
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
279
bitmapSource.
Width
+ "\" " +
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2059
imageNaturalSize = new Size(bitmapSource.
Width
, bitmapSource.Height);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\manifestimages.cs (1)
302
_size = new Size(bmp.
Width
, bmp.Height);