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