3 references to StrokeDashArrayProperty
PresentationFramework (3)
System\Windows\Shapes\Shape.cs (3)
345
get { return (DoubleCollection) GetValue(
StrokeDashArrayProperty
); }
346
set { SetValue(
StrokeDashArrayProperty
, value); }
506
if (GetValueSource(
StrokeDashArrayProperty
, null, out hasModifiers)