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