2 writes to Obj
PresentationFramework (2)
MS\Internal\PtsHost\PtsContext.cs (2)
196
_unmanagedHandles[handle].
Obj
= obj;
216
_unmanagedHandles[handleLong].
Obj
= null;
4 references to Obj
PresentationFramework (4)
MS\Internal\PtsHost\PtsContext.cs (4)
123
Object obj = _unmanagedHandles[index].
Obj
;
140
Object objDbg = _unmanagedHandles[i].
Obj
;
253
return _unmanagedHandles[handleLong].
Obj
;
651
return (
Obj
!= null && Index == 0);