4 writes to Current
System.Activities (4)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (4)
415
this.
Current
= this.bufferedXamlNodes.Dequeue();
423
this.
Current
= CreateCurrentNode(this.underlyingReader, this.xamlLineInfo);
444
this.
Current
= this.CreateCurrentNode();
561
this.
Current
= this.bufferedXamlNodes.Dequeue();
21 references to Current
System.Activities (21)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (21)
149
get { return this.
Current
.LineNumber; }
154
get { return this.
Current
.LinePosition; }
159
get { return this.
Current
.NodeType; }
164
get { return this.
Current
.Type; }
169
get { return this.
Current
.Member; }
174
get { return this.
Current
.Value; }
184
get { return this.
Current
.Namespace; }
416
readSucceed = this.
Current
!= null;
425
switch (this.
Current
.NodeType)
433
this.bufferedXamlNodes.Enqueue(this.
Current
);
439
bool isInitializationValue = this.
Current
.Member == XamlLanguage.Initialization;
446
this.bufferedXamlNodes.Enqueue(this.
Current
);
453
&& this.
Current
.NodeType == XamlNodeType.Value)
456
DocumentLocation currentLocation = new DocumentLocation(this.
Current
.LineNumber, this.
Current
.LinePosition);
566
switch (this.
Current
.NodeType)
570
this.objectDeclarationRecords.Push(this.
Current
);
571
if (IsMarkupExtension(this.
Current
))
611
DocumentLocation myEndLocation = new DocumentLocation(this.
Current
.LineNumber, this.
Current
.LinePosition);
639
this.bufferedXamlNodes.Enqueue(this.
Current
);