1 write to CanGoBackInternal
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserEvent.cs (1)
30_parent.CanGoBackInternal = enable;
2 references to CanGoBackInternal
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
167public bool CanGoBack => CanGoBackInternal; 178if (value != CanGoBackInternal)