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