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