2 writes to Obj
PresentationFramework (2)
MS\Internal\PtsHost\PtsContext.cs (2)
193
_unmanagedHandles[handle].
Obj
= obj;
213
_unmanagedHandles[handleLong].
Obj
= null;
4 references to Obj
PresentationFramework (4)
MS\Internal\PtsHost\PtsContext.cs (4)
120
Object obj = _unmanagedHandles[index].
Obj
;
137
Object objDbg = _unmanagedHandles[i].
Obj
;
250
return _unmanagedHandles[handleLong].
Obj
;
648
return (
Obj
!= null && Index == 0);