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