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