2 references to StrokeDashOffsetProperty
PresentationFramework (2)
System\Windows\Shapes\Shape.cs (2)
318get { return (double) GetValue(StrokeDashOffsetProperty); } 319set { SetValue(StrokeDashOffsetProperty, value); }