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)
262if (_context.CurrentInItemsProperty || _context.CurrentInInitProperty || _context.CurrentInUnknownContent) 266if (_context.CurrentInCollectionFromMember) 270_context.CurrentInCollectionFromMember = false; 271if (_context.CurrentInImplicitArray) 273_context.CurrentInImplicitArray = false; 283XamlType currentType = _context.CurrentType; 407if (_context.CurrentInItemsProperty || _context.CurrentInInitProperty) 411if (_context.CurrentInCollectionFromMember) 414_context.CurrentInCollectionFromMember = false; 415if (_context.CurrentInImplicitArray) 417_context.CurrentInImplicitArray = false; 451XamlType currentType = _context.CurrentType; 506if (!_context.CurrentInItemsProperty && !_context.CurrentInUnknownContent) 520else if (!_context.CurrentForcedToUseConstructor 544if (isContentProperty && !_context.CurrentInUnknownContent) 549bool isVisible = _context.IsVisible( 550contentProperty, _context.CurrentTypeIsRoot ? _context.CurrentType : null); 637if (!_context.CurrentInItemsProperty && !_context.CurrentInUnknownContent) 717&& _context.CurrentMember.TypeConverter is not null) 725if (!_context.CurrentInCollectionFromMember) 817_context.PushScope(); 818_context.CurrentType = xamlType; 819_context.CurrentTypeNamespace = xamlNamespace; 827XamlType xamlType = _context.CurrentType; 829_context.PopScope(); 830_context.CurrentPreviousChildType = xamlType; 843_context.CurrentForcedToUseConstructor = true; 851MePullParser me = new MePullParser(_context); 874_context.CurrentMember = member; 877_context.CurrentForcedToUseConstructor = true; 881_context.CurrentInContainerDirective = member.IsDirective && (memberXamlType is not null && (memberXamlType.IsCollection || memberXamlType.IsDictionary)); 889_context.CurrentMember = null; 890_context.CurrentPreviousChildType = null; 891_context.CurrentInContainerDirective = false; 902_context.CurrentMember = property; 912_context.CurrentMember = initProperty; 936XamlType previousObject = _context.CurrentPreviousChildType; 959_context.PushScope(); 960_context.CurrentType = realType; 961_context.CurrentInCollectionFromMember = true; 969_context.CurrentMember = XamlLanguage.Items; 970_context.CurrentInContainerDirective = true; 986_arrayExtensionType = _context.GetXamlType(arrayType); 1000_arrayTypeMember = _context.GetXamlProperty(ArrayExtensionType, @"Type", null); 1014_itemsTypeMember = _context.GetXamlProperty(ArrayExtensionType, @"Items", null); 1024XamlType currentType = _context.CurrentType; 1025XamlMember currentProperty = _context.CurrentMember; 1037INamespacePrefixLookup prefixResolver = new NamespacePrefixLookup(out newNamespaces, _context.FindNamespaceByPrefix); 1046_context.CurrentInImplicitArray = true; 1054currentType = _context.CurrentType; 1055currentProperty = _context.CurrentMember; 1067if (currentProperty.IsReadOnly || !_context.CurrentMemberIsWriteVisible()) 1134if (_context.CurrentMember is not null && _context.CurrentMember.IsUnknown) 1138else if (_context.CurrentInContainerDirective) 1140XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.CurrentType : _context.CurrentMember.Type; 1152XamlMember prop = _context.CurrentMember; 1157prop = _context.CurrentType.ContentProperty; 1165if (prop is null && _context.CurrentType.IsWhitespaceSignificantCollection) 1177if (_context.CurrentPreviousChildType is null) 1184else if (_context.CurrentType.ContentProperty is not null) 1186prop = _context.CurrentType.ContentProperty; 1204else if (_context.CurrentType.TypeConverter is not null && !_context.CurrentForcedToUseConstructor)