1 write to Image
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
124
DocumentProperties.Current.
Image
= this.Icon.ToBitmap();
3 references to Image
PresentationUI (3)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (3)
122
if (DocumentProperties.Current.
Image
== null)
128
if (DocumentProperties.Current.
Image
!= null)
130
_iconPictureBox.Image = DocumentProperties.Current.
Image
;