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