3 references to StrokeDashArrayProperty
PresentationFramework (3)
src\Framework\System\Windows\Shapes\Shape.cs (3)
349
get { return (DoubleCollection) GetValue(
StrokeDashArrayProperty
); }
350
set { SetValue(
StrokeDashArrayProperty
, value); }
511
if (GetValueSource(
StrokeDashArrayProperty
, null, out hasModifiers)