2 references to ImageSourceProperty
PresentationFramework (2)
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (2)
66get { return (ImageSource)GetValue(ImageSourceProperty); } 67set { SetValue(ImageSourceProperty, value); }