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