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