1 write to CanGoBackInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1914this.parent.CanGoBackInternal = enable;
2 references to CanGoBackInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowser.cs (2)
193return CanGoBackInternal; 206if (value != CanGoBackInternal) {