5 writes to _appProxyInternal
PresentationFramework (5)
src\Framework\System\Windows\Interop\DocobjHost.cs (5)
294_appProxyInternal = new ApplicationLauncherXappDebug(path, debugSecurityZoneURL).Initialize(); 302_appProxyInternal = CreateAppDomainForXpsDocument(); 322_appProxyInternal = CreateAppDomainForLooseXaml(activationUri); 339_appProxyInternal = new ApplicationProxyInternal(); 502_appProxyInternal = appDomainMgrProxy.CreateApplicationProxyInternal();
35 references to _appProxyInternal
PresentationFramework (35)
src\Framework\System\Windows\Interop\DocobjHost.cs (35)
175return (_appProxyInternal == null) ? null : _appProxyInternal.RootBrowserWindowProxy; 303if (_appProxyInternal == null) 312_appProxyInternal.StreamContainer = punk; 381exitCode = _appProxyInternal.Run(initData); 500Invariant.Assert(ApplicationProxyInternal.Current == _appProxyInternal, 509_appProxyInternal.Run(initData); 566if (_appProxyInternal != null) 568_appProxyInternal.Show(show); 578return (_appProxyInternal == null) ? false : _appProxyInternal.IsAppLoaded(); 601canInvoke = _appProxyInternal.CanInvokeJournalEntry(entryId); 624if (_appProxyInternal != null) 647if (_appProxyInternal != null) 671if (_appProxyInternal != null) 673OleCmdHelper cmdHelper = _appProxyInternal.OleCmdHelper; 717if (_appProxyInternal != null) 719OleCmdHelper cmdHelper = _appProxyInternal.OleCmdHelper; 753if (_appProxyInternal != null) 755_appProxyInternal.Move(windowRect); 768if (_appProxyInternal != null) 770_appProxyInternal.PostShutdown(); 788if (_appProxyInternal != null) 790_appProxyInternal.Activate(fActivate); 798if (!_appProxyInternal.RootBrowserWindowCreated) 801_appProxyInternal.RootBrowserWindowProxy.TabInto(forward); 806return _appProxyInternal != null ? _appProxyInternal.FocusedElementWantsBackspace() : false; 1039if (_appProxyInternal != null) 1041_appProxyInternal.Cleanup(); 1070if (_appProxyInternal == null || !RemotingServices.IsTransparentProxy(_appProxyInternal)) 1080byte [] saveByteArray = _appProxyInternal.GetSaveHistoryBytes( persistEntireJournal, 1103if (_appProxyInternal == null) 1108_appProxyInternal.LoadHistoryStream(ExtractComStream(comIStream), firstLoadFromHistory);