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(); 73nodeType = _xamlScanner.NodeType; 89ScannerNodeType nodeType = _xamlScanner.NodeType; 111throw new XamlUnexpectedParseException(_xamlScanner, nodeType, ElementRuleException); 120if (_xamlScanner.NodeType != ScannerNodeType.EMPTYELEMENT) 122throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 125yield return Logic_StartObject(_xamlScanner.Type, _xamlScanner.Namespace); 126_xamlScanner.Read(); 132while (_xamlScanner.NodeType == ScannerNodeType.DIRECTIVE) 139_xamlScanner.Read(); 145while (_xamlScanner.NodeType == ScannerNodeType.ATTRIBUTE) 151_xamlScanner.Read(); 167if (_xamlScanner.NodeType != ScannerNodeType.ELEMENT) 169throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 172yield return Logic_StartObject(_xamlScanner.Type, _xamlScanner.Namespace); 173_xamlScanner.Read(); 179while (_xamlScanner.NodeType == ScannerNodeType.DIRECTIVE) 186_xamlScanner.Read(); 199while (_xamlScanner.NodeType == ScannerNodeType.ATTRIBUTE) 205_xamlScanner.Read(); 218ScannerNodeType nodeType = _xamlScanner.NodeType; 241nodeType = _xamlScanner.NodeType; 285if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 287throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 291_xamlScanner.Read(); 303ScannerNodeType nodeType = _xamlScanner.NodeType; 320throw new XamlUnexpectedParseException(_xamlScanner, nodeType, 330if (_xamlScanner.NodeType != ScannerNodeType.EMPTYPROPERTYELEMENT) 332throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 335yield return Logic_StartMember(_xamlScanner.PropertyElement); 337_xamlScanner.Read(); 349if (_xamlScanner.NodeType != ScannerNodeType.PROPERTYELEMENT) 351throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 354yield return Logic_StartMember(_xamlScanner.PropertyElement); 355_xamlScanner.Read(); 364ScannerNodeType nodeType = _xamlScanner.NodeType; 377nodeType = _xamlScanner.NodeType; 407if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 409throw new XamlUnexpectedParseException(_xamlScanner, _xamlScanner.NodeType, 413_xamlScanner.Read(); 428ScannerNodeType nodeType = _xamlScanner.NodeType; 437XamlText text = _xamlScanner.TextContent; 441_xamlScanner.Read(); 465_xamlScanner.Read(); 470nodeType = _xamlScanner.NodeType; 490&& !_xamlScanner.TextContent.IsEmpty 556XamlText text = _xamlScanner.TextContent; 558bool isXDataText = _xamlScanner.IsXDataText; 559_xamlScanner.Read(); 615ScannerNodeType nodeType = _xamlScanner.NodeType; 628XamlText text = _xamlScanner.TextContent; 639isTextXML = _xamlScanner.IsXDataText; 640_xamlScanner.Read(); 666_xamlScanner.Read(); 671nodeType = _xamlScanner.NodeType; 744get { return _xamlScanner.LineNumber; } 749get { return _xamlScanner.LinePosition; } 768string prefix = _xamlScanner.Prefix; 769string xamlNs = _xamlScanner.Namespace; 797XamlMember property = _xamlScanner.PropertyAttribute; 798XamlText text = _xamlScanner.PropertyAttributeText; 800if (_xamlScanner.IsCtorForcingMember) 833if (_xamlScanner.IsCtorForcingMember) 877ScannerNodeType nextNodeType = _xamlScanner.PeekNodeType; 902XamlType nextXamlType = _xamlScanner.PeekType; 981XamlType valueElementType = (_xamlScanner.NodeType == ScannerNodeType.TEXT) 983: _xamlScanner.Type; 985if (propertyType.IsArray && _xamlScanner.Type != ArrayExtensionType) 1025&& _xamlScanner.NodeType == ScannerNodeType.TEXT) 1040if (!valueElementType.IsMarkupExtension || _xamlScanner.HasKeyAttribute) 1100if (_xamlScanner.PeekNodeType == ScannerNodeType.ELEMENT) 1116else if (text.IsSpacePreserved && _xamlScanner.PeekNodeType == ScannerNodeType.ENDTAG)