1 write to StartPointProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (1)
294
StartPointProperty
=
3 references to StartPointProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (2)
102
return (Point) GetValue(
StartPointProperty
);
106
SetValueInternal(
StartPointProperty
, value);
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
52
s_defaultValueForPathFigureStartPoint = (Point)PathFigure.
StartPointProperty
.GetDefaultValue(typeof(PathFigure));