2 writes to objectDeclarationRecords
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
85
this.
objectDeclarationRecords
= new Stack<XamlNode>();
115
this.
objectDeclarationRecords
= new Stack<XamlNode>();
3 references to objectDeclarationRecords
System.Activities (3)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
471
XamlNode currentStartObject = this.
objectDeclarationRecords
.Peek();
570
this.
objectDeclarationRecords
.Push(this.Current);
595
XamlNode startNode = this.
objectDeclarationRecords
.Pop();