1 write to _isDisposed
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
477
_isDisposed
= true;
2 references to _isDisposed
PresentationUI (2)
MS\Internal\Documents\PeoplePickerWrapper.cs (2)
464
ObjectDisposedException.ThrowIf(
_isDisposed
, typeof(DsObjectNamesWrapper));
474
if (!
_isDisposed
)