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