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