2 references to PathFillProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (2)
157
get { return (Brush)GetValue(
PathFillProperty
); }
158
set { SetValue(
PathFillProperty
, value); }