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