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