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