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