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