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