1 write to IsLargeArcProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\ArcSegment.cs (1)
324
IsLargeArcProperty
=
3 references to IsLargeArcProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\ArcSegment.cs (2)
147
return (bool) GetValue(
IsLargeArcProperty
);
151
SetValueInternal(
IsLargeArcProperty
, BooleanBoxes.Box(value));
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
58
s_defaultValueForArcSegmentIsLargeArc = (bool)ArcSegment.
IsLargeArcProperty
.GetDefaultValue(typeof(ArcSegment));