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