1 write to StartPointProperty
PresentationCore (1)
System\Windows\Media\Generated\PathFigure.cs (1)
288
StartPointProperty
=
3 references to StartPointProperty
PresentationCore (3)
System\Windows\Media\Generated\PathFigure.cs (2)
96
return (Point) GetValue(
StartPointProperty
);
100
SetValueInternal(
StartPointProperty
, value);
System\Windows\Media\PathStreamGeometryContext.cs (1)
49
s_defaultValueForPathFigureStartPoint = (Point)PathFigure.
StartPointProperty
.GetDefaultValue(typeof(PathFigure));