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