2 references to ImageSourceProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (2)
137
get { return (ImageSource)GetValue(
ImageSourceProperty
); }
138
set { SetValue(
ImageSourceProperty
, value); }