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