4 references to _document
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (4)
923
if (
_document
.Value is PackageDocument)
928
Debug.Assert(((PackageDocument)
_document
.Value).Package ==
936
((PackageDocument)
_document
.Value).Dispose();
937
_document
.Value = null;