1 write to s_defaultValueForPathFigureStartPoint
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
49
s_defaultValueForPathFigureStartPoint
= (Point)PathFigure.StartPointProperty.GetDefaultValue(typeof(PathFigure));
1 reference to s_defaultValueForPathFigureStartPoint
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
145
if (startPoint !=
s_defaultValueForPathFigureStartPoint
)