1 write to _xamlScanner
System.Xaml (1)
System\Xaml\Parser\XamlPullParser.cs (1)
23_xamlScanner = scanner;
82 references to _xamlScanner
System.Xaml (82)
System\Xaml\Parser\XamlPullParser.cs (82)
58_xamlScanner.Read(); 64ScannerNodeType nodeType = _xamlScanner.NodeType; 68_xamlScanner.Read(); 74nodeType = _xamlScanner.NodeType; 90ScannerNodeType nodeType = _xamlScanner.NodeType; 115throw new XamlUnexpectedParseException(_xamlScanner, nodeType, ElementRuleException); 124if (_xamlScanner.NodeType != ScannerNodeType.EMPTYELEMENT) 126throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 130yield return Logic_StartObject(_xamlScanner.Type, _xamlScanner.Namespace); 131_xamlScanner.Read(); 137while (_xamlScanner.NodeType == ScannerNodeType.DIRECTIVE) 145_xamlScanner.Read(); 152while (_xamlScanner.NodeType == ScannerNodeType.ATTRIBUTE) 159_xamlScanner.Read(); 175if (_xamlScanner.NodeType != ScannerNodeType.ELEMENT) 177throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 181yield return Logic_StartObject(_xamlScanner.Type, _xamlScanner.Namespace); 182_xamlScanner.Read(); 188while (_xamlScanner.NodeType == ScannerNodeType.DIRECTIVE) 196_xamlScanner.Read(); 209while (_xamlScanner.NodeType == ScannerNodeType.ATTRIBUTE) 216_xamlScanner.Read(); 229ScannerNodeType nodeType = _xamlScanner.NodeType; 254nodeType = _xamlScanner.NodeType; 302if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 304throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 309_xamlScanner.Read(); 321ScannerNodeType nodeType = _xamlScanner.NodeType; 340throw new XamlUnexpectedParseException(_xamlScanner, nodeType, 350if (_xamlScanner.NodeType != ScannerNodeType.EMPTYPROPERTYELEMENT) 352throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 356yield return Logic_StartMember(_xamlScanner.PropertyElement); 358_xamlScanner.Read(); 370if (_xamlScanner.NodeType != ScannerNodeType.PROPERTYELEMENT) 372throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 376yield return Logic_StartMember(_xamlScanner.PropertyElement); 377_xamlScanner.Read(); 386ScannerNodeType nodeType = _xamlScanner.NodeType; 400nodeType = _xamlScanner.NodeType; 432if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 434throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 439_xamlScanner.Read(); 454ScannerNodeType nodeType = _xamlScanner.NodeType; 463XamlText text = _xamlScanner.TextContent; 467_xamlScanner.Read(); 494_xamlScanner.Read(); 500nodeType = _xamlScanner.NodeType; 521&& !_xamlScanner.TextContent.IsEmpty 591XamlText text = _xamlScanner.TextContent; 593bool isXDataText = _xamlScanner.IsXDataText; 594_xamlScanner.Read(); 651ScannerNodeType nodeType = _xamlScanner.NodeType; 664XamlText text = _xamlScanner.TextContent; 675isTextXML = _xamlScanner.IsXDataText; 676_xamlScanner.Read(); 705_xamlScanner.Read(); 711nodeType = _xamlScanner.NodeType; 785get { return _xamlScanner.LineNumber; } 790get { return _xamlScanner.LinePosition; } 809string prefix = _xamlScanner.Prefix; 810string xamlNs = _xamlScanner.Namespace; 838XamlMember property = _xamlScanner.PropertyAttribute; 839XamlText text = _xamlScanner.PropertyAttributeText; 841if (_xamlScanner.IsCtorForcingMember) 875if (_xamlScanner.IsCtorForcingMember) 921ScannerNodeType nextNodeType = _xamlScanner.PeekNodeType; 946XamlType nextXamlType = _xamlScanner.PeekType; 1029XamlType valueElementType = (_xamlScanner.NodeType == ScannerNodeType.TEXT) 1031: _xamlScanner.Type; 1033if (propertyType.IsArray && _xamlScanner.Type != ArrayExtensionType) 1075&& _xamlScanner.NodeType == ScannerNodeType.TEXT) 1091if (!valueElementType.IsMarkupExtension || _xamlScanner.HasKeyAttribute) 1153if (_xamlScanner.PeekNodeType == ScannerNodeType.ELEMENT) 1172else if (text.IsSpacePreserved && _xamlScanner.PeekNodeType == ScannerNodeType.ENDTAG)