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