2 writes to currentObject
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
701
this.
currentObject
= instance;
728
this.
currentObject
= null;
4 references to currentObject
System.Activities (4)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (4)
700
UnitTestUtility.Assert(this.
currentObject
== null, "This should be ensured by the XamlSourceLocationObjectReader to emit attachable property in proper order");
707
UnitTestUtility.Assert(instance == this.
currentObject
, "This should be ensured by the XamlSourceLocationObjectReader to emit attachable property in proper order");
713
UnitTestUtility.Assert(instance == this.
currentObject
, "This should be ensured by the XamlSourceLocationObjectReader to emit attachable property in proper order");
719
UnitTestUtility.Assert(instance == this.
currentObject
, "This should be ensured by the XamlSourceLocationObjectReader to emit attachable property in proper order");