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