Base:
property
Width
System.Windows.Media.ImageSource.Width
3 references to Width
PresentationFramework (2)
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
279bitmapSource.Width + "\" " +
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2059imageNaturalSize = 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);