2 writes to _proxyInstance
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
118
_proxyInstance
= this;
432
_proxyInstance
= null;
2 references to _proxyInstance
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
112
if (
_proxyInstance
!= null)
1062
get { return
_proxyInstance
; }