1 write to s_defaultValueForPathSegmentIsStroked
PresentationCore (1)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
55
s_defaultValueForPathSegmentIsStroked
= (bool)PathSegment.IsStrokedProperty.GetDefaultValue(typeof(PathSegment));
2 references to s_defaultValueForPathSegmentIsStroked
PresentationCore (2)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
287
if (isStroked !=
s_defaultValueForPathSegmentIsStroked
)
452
if (_currentSegmentIsStroked !=
s_defaultValueForPathSegmentIsStroked
)