1 write to _xamlScanner
System.Xaml (1)
System\Xaml\Parser\XamlPullParser.cs (1)
22_xamlScanner = scanner;
82 references to _xamlScanner
System.Xaml (82)
System\Xaml\Parser\XamlPullParser.cs (82)
57_xamlScanner.Read(); 63ScannerNodeType nodeType = _xamlScanner.NodeType; 67_xamlScanner.Read(); 73nodeType = _xamlScanner.NodeType; 89ScannerNodeType nodeType = _xamlScanner.NodeType; 114throw new XamlUnexpectedParseException(_xamlScanner, nodeType, ElementRuleException); 123if (_xamlScanner.NodeType != ScannerNodeType.EMPTYELEMENT) 125throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 129yield return Logic_StartObject(_xamlScanner.Type, _xamlScanner.Namespace); 130_xamlScanner.Read(); 136while (_xamlScanner.NodeType == ScannerNodeType.DIRECTIVE) 144_xamlScanner.Read(); 151while (_xamlScanner.NodeType == ScannerNodeType.ATTRIBUTE) 158_xamlScanner.Read(); 174if (_xamlScanner.NodeType != ScannerNodeType.ELEMENT) 176throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 180yield return Logic_StartObject(_xamlScanner.Type, _xamlScanner.Namespace); 181_xamlScanner.Read(); 187while (_xamlScanner.NodeType == ScannerNodeType.DIRECTIVE) 195_xamlScanner.Read(); 208while (_xamlScanner.NodeType == ScannerNodeType.ATTRIBUTE) 215_xamlScanner.Read(); 228ScannerNodeType nodeType = _xamlScanner.NodeType; 253nodeType = _xamlScanner.NodeType; 301if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 303throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 308_xamlScanner.Read(); 320ScannerNodeType nodeType = _xamlScanner.NodeType; 339throw new XamlUnexpectedParseException(_xamlScanner, nodeType, 349if (_xamlScanner.NodeType != ScannerNodeType.EMPTYPROPERTYELEMENT) 351throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 355yield return Logic_StartMember(_xamlScanner.PropertyElement); 357_xamlScanner.Read(); 369if (_xamlScanner.NodeType != ScannerNodeType.PROPERTYELEMENT) 371throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 375yield return Logic_StartMember(_xamlScanner.PropertyElement); 376_xamlScanner.Read(); 385ScannerNodeType nodeType = _xamlScanner.NodeType; 399nodeType = _xamlScanner.NodeType; 431if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 433throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 438_xamlScanner.Read(); 453ScannerNodeType nodeType = _xamlScanner.NodeType; 462XamlText text = _xamlScanner.TextContent; 466_xamlScanner.Read(); 493_xamlScanner.Read(); 499nodeType = _xamlScanner.NodeType; 520&& !_xamlScanner.TextContent.IsEmpty 590XamlText text = _xamlScanner.TextContent; 592bool isXDataText = _xamlScanner.IsXDataText; 593_xamlScanner.Read(); 650ScannerNodeType nodeType = _xamlScanner.NodeType; 663XamlText text = _xamlScanner.TextContent; 674isTextXML = _xamlScanner.IsXDataText; 675_xamlScanner.Read(); 704_xamlScanner.Read(); 710nodeType = _xamlScanner.NodeType; 784get { return _xamlScanner.LineNumber; } 789get { return _xamlScanner.LinePosition; } 808string prefix = _xamlScanner.Prefix; 809string xamlNs = _xamlScanner.Namespace; 837XamlMember property = _xamlScanner.PropertyAttribute; 838XamlText text = _xamlScanner.PropertyAttributeText; 840if (_xamlScanner.IsCtorForcingMember) 874if (_xamlScanner.IsCtorForcingMember) 920ScannerNodeType nextNodeType = _xamlScanner.PeekNodeType; 945XamlType nextXamlType = _xamlScanner.PeekType; 1028XamlType valueElementType = (_xamlScanner.NodeType == ScannerNodeType.TEXT) 1030: _xamlScanner.Type; 1032if (propertyType.IsArray && _xamlScanner.Type != ArrayExtensionType) 1074&& _xamlScanner.NodeType == ScannerNodeType.TEXT) 1090if (!valueElementType.IsMarkupExtension || _xamlScanner.HasKeyAttribute) 1152if (_xamlScanner.PeekNodeType == ScannerNodeType.ELEMENT) 1171else if (text.IsSpacePreserved && _xamlScanner.PeekNodeType == ScannerNodeType.ENDTAG)