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