2 writes to Obj
PresentationFramework (2)
MS\Internal\PtsHost\PtsContext.cs (2)
192
_unmanagedHandles[handle].
Obj
= obj;
212
_unmanagedHandles[handleLong].
Obj
= null;
4 references to Obj
PresentationFramework (4)
MS\Internal\PtsHost\PtsContext.cs (4)
119
Object obj = _unmanagedHandles[index].
Obj
;
136
Object objDbg = _unmanagedHandles[i].
Obj
;
249
return _unmanagedHandles[handleLong].
Obj
;
647
return (
Obj
!= null && Index == 0);