1 write to IsSmoothJoinProperty
PresentationCore (1)
System\Windows\Media\Generated\PathSegment.cs (1)
233IsSmoothJoinProperty =
3 references to IsSmoothJoinProperty
PresentationCore (3)
System\Windows\Media\Generated\PathSegment.cs (2)
111return (bool) GetValue(IsSmoothJoinProperty); 115SetValueInternal(IsSmoothJoinProperty, BooleanBoxes.Box(value));
System\Windows\Media\PathStreamGeometryContext.cs (1)
53s_defaultValueForPathSegmentIsSmoothJoin = (bool)PathSegment.IsSmoothJoinProperty.GetDefaultValue(typeof(PathSegment));