1 write to s_defaultValueForPathFigureIsClosed
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
47
s_defaultValueForPathFigureIsClosed
= (bool)PathFigure.IsClosedProperty.GetDefaultValue(typeof(PathFigure));
1 reference to s_defaultValueForPathFigureIsClosed
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
150
if (isClosed !=
s_defaultValueForPathFigureIsClosed
)