2 writes to HostBrowser
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
223
BrowserInteropHelper.
HostBrowser
= initData.HostBrowser;
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (1)
244
HostBrowser
= null;
20 references to HostBrowser
PresentationFramework (20)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (15)
431
BrowserInteropHelper.
HostBrowser
.SetTitle(title);
459
if (BrowserInteropHelper.
HostBrowser
!= null) // could be null if shutting down
461
BrowserInteropHelper.
HostBrowser
.SetStatusText(statusString);
482
if (BrowserInteropHelper.
HostBrowser
!= null)
494
BrowserInteropHelper.
HostBrowser
.SetHeight(heightDeviceUnits);
508
if (BrowserInteropHelper.
HostBrowser
!= null)
520
BrowserInteropHelper.
HostBrowser
.SetWidth(widthDeviceUnits);
550
if (BrowserInteropHelper.
HostBrowser
!= null)
554
BrowserInteropHelper.
HostBrowser
.GoBack();
579
if (BrowserInteropHelper.
HostBrowser
!= null)
583
BrowserInteropHelper.
HostBrowser
.GoForward();
839
int browserLeft = BrowserInteropHelper.
HostBrowser
.GetLeft();
840
uint curBrowserWidth = BrowserInteropHelper.
HostBrowser
.GetWidth();
860
int browserTop = BrowserInteropHelper.
HostBrowser
.GetTop();
861
uint curBrowserHeight = BrowserInteropHelper.
HostBrowser
.GetHeight();
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
1198
BrowserInteropHelper.
HostBrowser
.SetStatusText(newStatusText);
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (3)
95
IHostBrowser2 hb2 =
HostBrowser
as IHostBrowser2;
241
if (
HostBrowser
!= null)
243
Marshal.ReleaseComObject(
HostBrowser
);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
1230
BrowserInteropHelper.
HostBrowser
.GetTop();