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