21 references to _rbw
PresentationFramework (21)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (21)
155
if (
_rbw
.Value == null)
346
_rbw
.Value.Visibility = Visibility.Visible;
357
_rbw
.Value.Visibility = Visibility.Hidden;
371
if (
_rbw
.Value != null)
375
MS.Win32.UnsafeNativeMethods.SetFocus(new HandleRef(
_rbw
.Value,
_rbw
.Value.CriticalHandle));
409
if (
_rbw
.Value != null && !Application.IsShuttingDown)
417
_rbw
.Value.ResizeMove((int)r.X, (int)r.Y, (int)r.Width, (int)r.Height);
479
_rbw
.Value.HandleActivate(fActivate);
547
Invariant.Assert(
_rbw
.Value != null, "BrowserJournalingError: _rbw should not be null");
549
Journal journal =
_rbw
.Value.Journal;
555
NavigationService topNavSvc =
_rbw
.Value.NavigationService;
609
info.title =
_rbw
.Value.Title;
769
navigationService =
_rbw
.Value.NavigationService;
771
_rbw
.Value.SetJournalForBrowserInterop(journal);
792
_rbw
.Value.JournalNavigationScope.NavigateToEntry(entry);
801
journal =
_rbw
.Value.Journal;
808
if (!
_rbw
.Value.JournalNavigationScope.NavigateToEntry(index))
997
return
_rbw
.Value;
1002
_rbw
.Value = value;
1026
internal bool RootBrowserWindowCreated { get { return
_rbw
.Value != null; } }