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