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