1 write to IsSmoothJoinProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\PathSegment.cs (1)
239IsSmoothJoinProperty =
3 references to IsSmoothJoinProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\PathSegment.cs (2)
117return (bool) GetValue(IsSmoothJoinProperty); 121SetValueInternal(IsSmoothJoinProperty, BooleanBoxes.Box(value));
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
56s_defaultValueForPathSegmentIsSmoothJoin = (bool)PathSegment.IsSmoothJoinProperty.GetDefaultValue(typeof(PathSegment));