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