1 write to _context
System.Xaml (1)
System\Xaml\Parser\XamlPullParser.cs (1)
22_context = context;
72 references to _context
System.Xaml (72)
System\Xaml\Parser\XamlPullParser.cs (72)
248if (_context.CurrentInItemsProperty || _context.CurrentInInitProperty || _context.CurrentInUnknownContent) 252if (_context.CurrentInCollectionFromMember) 256_context.CurrentInCollectionFromMember = false; 257if (_context.CurrentInImplicitArray) 259_context.CurrentInImplicitArray = false; 268XamlType currentType = _context.CurrentType; 383if (_context.CurrentInItemsProperty || _context.CurrentInInitProperty) 387if (_context.CurrentInCollectionFromMember) 390_context.CurrentInCollectionFromMember = false; 391if (_context.CurrentInImplicitArray) 393_context.CurrentInImplicitArray = false; 425XamlType currentType = _context.CurrentType; 476if (!_context.CurrentInItemsProperty && !_context.CurrentInUnknownContent) 489else if (!_context.CurrentForcedToUseConstructor 511if (isContentProperty && !_context.CurrentInUnknownContent) 516bool isVisible = _context.IsVisible( 517contentProperty, _context.CurrentTypeIsRoot ? _context.CurrentType : null); 602if (!_context.CurrentInItemsProperty && !_context.CurrentInUnknownContent) 677&& _context.CurrentMember.TypeConverter is not null) 685if (!_context.CurrentInCollectionFromMember) 776_context.PushScope(); 777_context.CurrentType = xamlType; 778_context.CurrentTypeNamespace = xamlNamespace; 786XamlType xamlType = _context.CurrentType; 788_context.PopScope(); 789_context.CurrentPreviousChildType = xamlType; 802_context.CurrentForcedToUseConstructor = true; 810MePullParser me = new MePullParser(_context); 832_context.CurrentMember = member; 835_context.CurrentForcedToUseConstructor = true; 838_context.CurrentInContainerDirective = member.IsDirective && (memberXamlType is not null && (memberXamlType.IsCollection || memberXamlType.IsDictionary)); 846_context.CurrentMember = null; 847_context.CurrentPreviousChildType = null; 848_context.CurrentInContainerDirective = false; 858_context.CurrentMember = property; 868_context.CurrentMember = initProperty; 892XamlType previousObject = _context.CurrentPreviousChildType; 914_context.PushScope(); 915_context.CurrentType = realType; 916_context.CurrentInCollectionFromMember = true; 924_context.CurrentMember = XamlLanguage.Items; 925_context.CurrentInContainerDirective = true; 941_arrayExtensionType = _context.GetXamlType(arrayType); 954_arrayTypeMember = _context.GetXamlProperty(ArrayExtensionType, @"Type", null); 967_itemsTypeMember = _context.GetXamlProperty(ArrayExtensionType, @"Items", null); 976XamlType currentType = _context.CurrentType; 977XamlMember currentProperty = _context.CurrentMember; 989INamespacePrefixLookup prefixResolver = new NamespacePrefixLookup(out newNamespaces, _context.FindNamespaceByPrefix); 997_context.CurrentInImplicitArray = true; 1005currentType = _context.CurrentType; 1006currentProperty = _context.CurrentMember; 1018if (currentProperty.IsReadOnly || !_context.CurrentMemberIsWriteVisible()) 1081if (_context.CurrentMember is not null && _context.CurrentMember.IsUnknown) 1085else if (_context.CurrentInContainerDirective) 1087XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.CurrentType : _context.CurrentMember.Type; 1099XamlMember prop = _context.CurrentMember; 1104prop = _context.CurrentType.ContentProperty; 1110if (prop is null && _context.CurrentType.IsWhitespaceSignificantCollection) 1121if (_context.CurrentPreviousChildType is null) 1127else if (_context.CurrentType.ContentProperty is not null) 1129prop = _context.CurrentType.ContentProperty; 1145else if (_context.CurrentType.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)