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