1 write to CanGoForwardInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1917this.parent.CanGoForwardInternal = enable;
2 references to CanGoForwardInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowser.cs (2)
226return CanGoForwardInternal; 239if (value != CanGoForwardInternal) {