6 writes to WebBrowserShortcutsEnabled
System.Windows.Forms.Tests (6)
System\Windows\Forms\WebBrowserTests.cs (6)
2255WebBrowserShortcutsEnabled = value 2262control.WebBrowserShortcutsEnabled = value; 2268control.WebBrowserShortcutsEnabled = !value; 2284control.WebBrowserShortcutsEnabled = value; 2290control.WebBrowserShortcutsEnabled = value; 2296control.WebBrowserShortcutsEnabled = !value;
8 references to WebBrowserShortcutsEnabled
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
162if (!wb.WebBrowserShortcutsEnabled)
System.Windows.Forms.Tests (7)
System\Windows\Forms\WebBrowserTests.cs (7)
98Assert.True(control.WebBrowserShortcutsEnabled); 2257Assert.Equal(value, control.WebBrowserShortcutsEnabled); 2263Assert.Equal(value, control.WebBrowserShortcutsEnabled); 2269Assert.Equal(!value, control.WebBrowserShortcutsEnabled); 2285Assert.Equal(value, control.WebBrowserShortcutsEnabled); 2291Assert.Equal(value, control.WebBrowserShortcutsEnabled); 2297Assert.Equal(!value, control.WebBrowserShortcutsEnabled);