6 writes to WebBrowserShortcutsEnabled
System.Windows.Forms.Tests (6)
System\Windows\Forms\WebBrowserTests.cs (6)
2253WebBrowserShortcutsEnabled = value 2260control.WebBrowserShortcutsEnabled = value; 2266control.WebBrowserShortcutsEnabled = !value; 2282control.WebBrowserShortcutsEnabled = value; 2288control.WebBrowserShortcutsEnabled = value; 2294control.WebBrowserShortcutsEnabled = !value;
8 references to WebBrowserShortcutsEnabled
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
163if (!wb.WebBrowserShortcutsEnabled)
System.Windows.Forms.Tests (7)
System\Windows\Forms\WebBrowserTests.cs (7)
96Assert.True(control.WebBrowserShortcutsEnabled); 2255Assert.Equal(value, control.WebBrowserShortcutsEnabled); 2261Assert.Equal(value, control.WebBrowserShortcutsEnabled); 2267Assert.Equal(!value, control.WebBrowserShortcutsEnabled); 2283Assert.Equal(value, control.WebBrowserShortcutsEnabled); 2289Assert.Equal(value, control.WebBrowserShortcutsEnabled); 2295Assert.Equal(!value, control.WebBrowserShortcutsEnabled);