3 references to _rbw
PresentationFramework (3)
src\Framework\System\Windows\Controls\WebBrowser.cs (3)
1355
if (
_rbw
.Value == null)
1359
_rbw
.Value = Application.Current.MainWindow as RootBrowserWindow;
1363
return
_rbw
.Value;