21 references to _rbw
PresentationFramework (21)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (21)
155if (_rbw.Value == null) 346_rbw.Value.Visibility = Visibility.Visible; 357_rbw.Value.Visibility = Visibility.Hidden; 371if (_rbw.Value != null) 375MS.Win32.UnsafeNativeMethods.SetFocus(new HandleRef(_rbw.Value, _rbw.Value.CriticalHandle)); 409if (_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); 547Invariant.Assert(_rbw.Value != null, "BrowserJournalingError: _rbw should not be null"); 549Journal journal = _rbw.Value.Journal; 555NavigationService topNavSvc = _rbw.Value.NavigationService; 609info.title = _rbw.Value.Title; 769navigationService = _rbw.Value.NavigationService; 771_rbw.Value.SetJournalForBrowserInterop(journal); 792_rbw.Value.JournalNavigationScope.NavigateToEntry(entry); 801journal = _rbw.Value.Journal; 808if (! _rbw.Value.JournalNavigationScope.NavigateToEntry(index)) 997return _rbw.Value; 1002_rbw.Value = value; 1026internal bool RootBrowserWindowCreated { get { return _rbw.Value != null; } }