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