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