1 write to _xamlScanner
System.Xaml (1)
System\Xaml\Parser\XamlPullParser.cs (1)
25_xamlScanner = scanner;
82 references to _xamlScanner
System.Xaml (82)
System\Xaml\Parser\XamlPullParser.cs (82)
60_xamlScanner.Read(); 66ScannerNodeType nodeType = _xamlScanner.NodeType; 70_xamlScanner.Read(); 75nodeType = _xamlScanner.NodeType; 91ScannerNodeType nodeType = _xamlScanner.NodeType; 113throw new XamlUnexpectedParseException(_xamlScanner, nodeType, ElementRuleException); 122if (_xamlScanner.NodeType != ScannerNodeType.EMPTYELEMENT) 124throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 127yield return Logic_StartObject(_xamlScanner.Type, _xamlScanner.Namespace); 128_xamlScanner.Read(); 134while (_xamlScanner.NodeType == ScannerNodeType.DIRECTIVE) 141_xamlScanner.Read(); 147while (_xamlScanner.NodeType == ScannerNodeType.ATTRIBUTE) 153_xamlScanner.Read(); 169if (_xamlScanner.NodeType != ScannerNodeType.ELEMENT) 171throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 174yield return Logic_StartObject(_xamlScanner.Type, _xamlScanner.Namespace); 175_xamlScanner.Read(); 181while (_xamlScanner.NodeType == ScannerNodeType.DIRECTIVE) 188_xamlScanner.Read(); 201while (_xamlScanner.NodeType == ScannerNodeType.ATTRIBUTE) 207_xamlScanner.Read(); 220ScannerNodeType nodeType = _xamlScanner.NodeType; 243nodeType = _xamlScanner.NodeType; 287if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 289throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 293_xamlScanner.Read(); 305ScannerNodeType nodeType = _xamlScanner.NodeType; 322throw new XamlUnexpectedParseException(_xamlScanner, nodeType, 332if (_xamlScanner.NodeType != ScannerNodeType.EMPTYPROPERTYELEMENT) 334throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 337yield return Logic_StartMember(_xamlScanner.PropertyElement); 339_xamlScanner.Read(); 351if (_xamlScanner.NodeType != ScannerNodeType.PROPERTYELEMENT) 353throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 356yield return Logic_StartMember(_xamlScanner.PropertyElement); 357_xamlScanner.Read(); 366ScannerNodeType nodeType = _xamlScanner.NodeType; 379nodeType = _xamlScanner.NodeType; 409if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 411throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 415_xamlScanner.Read(); 430ScannerNodeType nodeType = _xamlScanner.NodeType; 439XamlText text = _xamlScanner.TextContent; 443_xamlScanner.Read(); 467_xamlScanner.Read(); 472nodeType = _xamlScanner.NodeType; 492&& !_xamlScanner.TextContent.IsEmpty 558XamlText text = _xamlScanner.TextContent; 560bool isXDataText = _xamlScanner.IsXDataText; 561_xamlScanner.Read(); 617ScannerNodeType nodeType = _xamlScanner.NodeType; 630XamlText text = _xamlScanner.TextContent; 641isTextXML = _xamlScanner.IsXDataText; 642_xamlScanner.Read(); 668_xamlScanner.Read(); 673nodeType = _xamlScanner.NodeType; 746get { return _xamlScanner.LineNumber; } 751get { return _xamlScanner.LinePosition; } 770string prefix = _xamlScanner.Prefix; 771string xamlNs = _xamlScanner.Namespace; 799XamlMember property = _xamlScanner.PropertyAttribute; 800XamlText text = _xamlScanner.PropertyAttributeText; 802if (_xamlScanner.IsCtorForcingMember) 835if (_xamlScanner.IsCtorForcingMember) 879ScannerNodeType nextNodeType = _xamlScanner.PeekNodeType; 904XamlType nextXamlType = _xamlScanner.PeekType; 983XamlType valueElementType = (_xamlScanner.NodeType == ScannerNodeType.TEXT) 985: _xamlScanner.Type; 987if (propertyType.IsArray && _xamlScanner.Type != ArrayExtensionType) 1027&& _xamlScanner.NodeType == ScannerNodeType.TEXT) 1042if (!valueElementType.IsMarkupExtension || _xamlScanner.HasKeyAttribute) 1102if (_xamlScanner.PeekNodeType == ScannerNodeType.ELEMENT) 1118else if (text.IsSpacePreserved && _xamlScanner.PeekNodeType == ScannerNodeType.ENDTAG)