1 write to s_defaultValueForPathSegmentIsStroked
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
52
s_defaultValueForPathSegmentIsStroked
= (bool)PathSegment.IsStrokedProperty.GetDefaultValue(typeof(PathSegment));
2 references to s_defaultValueForPathSegmentIsStroked
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
284
if (isStroked !=
s_defaultValueForPathSegmentIsStroked
)
449
if (_currentSegmentIsStroked !=
s_defaultValueForPathSegmentIsStroked
)