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