1 write to _context
System.Xaml (1)
System\Xaml\Parser\XamlPullParser.cs (1)
24_context = context;
72 references to _context
System.Xaml (72)
System\Xaml\Parser\XamlPullParser.cs (72)
250if (_context.CurrentInItemsProperty || _context.CurrentInInitProperty || _context.CurrentInUnknownContent) 254if (_context.CurrentInCollectionFromMember) 258_context.CurrentInCollectionFromMember = false; 259if (_context.CurrentInImplicitArray) 261_context.CurrentInImplicitArray = false; 270XamlType currentType = _context.CurrentType; 385if (_context.CurrentInItemsProperty || _context.CurrentInInitProperty) 389if (_context.CurrentInCollectionFromMember) 392_context.CurrentInCollectionFromMember = false; 393if (_context.CurrentInImplicitArray) 395_context.CurrentInImplicitArray = false; 427XamlType currentType = _context.CurrentType; 478if (!_context.CurrentInItemsProperty && !_context.CurrentInUnknownContent) 491else if (!_context.CurrentForcedToUseConstructor 513if (isContentProperty && !_context.CurrentInUnknownContent) 518bool isVisible = _context.IsVisible( 519contentProperty, _context.CurrentTypeIsRoot ? _context.CurrentType : null); 604if (!_context.CurrentInItemsProperty && !_context.CurrentInUnknownContent) 679&& _context.CurrentMember.TypeConverter != null) 687if (!_context.CurrentInCollectionFromMember) 778_context.PushScope(); 779_context.CurrentType = xamlType; 780_context.CurrentTypeNamespace = xamlNamespace; 788XamlType xamlType = _context.CurrentType; 790_context.PopScope(); 791_context.CurrentPreviousChildType = xamlType; 804_context.CurrentForcedToUseConstructor = true; 812MePullParser me = new MePullParser(_context); 834_context.CurrentMember = member; 837_context.CurrentForcedToUseConstructor = true; 840_context.CurrentInContainerDirective = member.IsDirective && (memberXamlType != null && (memberXamlType.IsCollection || memberXamlType.IsDictionary)); 848_context.CurrentMember = null; 849_context.CurrentPreviousChildType = null; 850_context.CurrentInContainerDirective = false; 860_context.CurrentMember = property; 870_context.CurrentMember = initProperty; 894XamlType previousObject = _context.CurrentPreviousChildType; 916_context.PushScope(); 917_context.CurrentType = realType; 918_context.CurrentInCollectionFromMember = true; 926_context.CurrentMember = XamlLanguage.Items; 927_context.CurrentInContainerDirective = true; 943_arrayExtensionType = _context.GetXamlType(arrayType); 956_arrayTypeMember = _context.GetXamlProperty(ArrayExtensionType, @"Type", null); 969_itemsTypeMember = _context.GetXamlProperty(ArrayExtensionType, @"Items", null); 978XamlType currentType = _context.CurrentType; 979XamlMember currentProperty = _context.CurrentMember; 991INamespacePrefixLookup prefixResolver = new NamespacePrefixLookup(out newNamespaces, _context.FindNamespaceByPrefix); 999_context.CurrentInImplicitArray = true; 1007currentType = _context.CurrentType; 1008currentProperty = _context.CurrentMember; 1020if (currentProperty.IsReadOnly || !_context.CurrentMemberIsWriteVisible()) 1083if (_context.CurrentMember != null && _context.CurrentMember.IsUnknown) 1087else if (_context.CurrentInContainerDirective) 1089XamlType collectionType = _context.CurrentMember == XamlLanguage.Items ? _context.CurrentType : _context.CurrentMember.Type; 1101XamlMember prop = _context.CurrentMember; 1106prop = _context.CurrentType.ContentProperty; 1112if (prop == null && _context.CurrentType.IsWhitespaceSignificantCollection) 1123if (_context.CurrentPreviousChildType == null) 1129else if (_context.CurrentType.ContentProperty != null) 1131prop = _context.CurrentType.ContentProperty; 1147else if (_context.CurrentType.TypeConverter != null && !_context.CurrentForcedToUseConstructor)