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