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