1 write to Image
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
131
DocumentProperties.Current.
Image
= this.Icon.ToBitmap();
3 references to Image
PresentationUI (3)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (3)
129
if (DocumentProperties.Current.
Image
== null)
135
if (DocumentProperties.Current.
Image
!= null)
137
_iconPictureBox.Image = DocumentProperties.Current.
Image
;