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