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