1 write to IsLargeArcProperty
PresentationCore (1)
System\Windows\Media\Generated\ArcSegment.cs (1)
290
IsLargeArcProperty
=
3 references to IsLargeArcProperty
PresentationCore (3)
System\Windows\Media\Generated\ArcSegment.cs (2)
113
return (bool) GetValue(
IsLargeArcProperty
);
117
SetValueInternal(
IsLargeArcProperty
, BooleanBoxes.Box(value));
System\Windows\Media\PathStreamGeometryContext.cs (1)
38
s_defaultValueForArcSegmentIsLargeArc = (bool)ArcSegment.
IsLargeArcProperty
.GetDefaultValue(typeof(ArcSegment));