77 references to AXAddInvalidEvent
System.Windows.Forms (77)
System\Windows\Forms\ActiveX\AxHost.cs (37)
295add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseClick")); 303add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseDoubleClick")); 469add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackColorChanged")); 477add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackgroundImageChanged")); 485add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackgroundImageLayoutChanged")); 493add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BindingContextChanged")); 501add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "CursorChanged")); 512add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "EnabledChanged")); 520add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "FontChanged")); 528add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ForeColorChanged")); 536add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "RightToLeftChanged")); 544add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "TextChanged")); 555add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Click")); 563add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragDrop")); 571add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragEnter")); 579add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragOver")); 587add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragLeave")); 595add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "GiveFeedback")); 603add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "HelpRequested")); 611add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Paint")); 619add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "QueryContinueDrag")); 627add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "QueryAccessibilityHelp")); 638add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DoubleClick")); 646add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ImeModeChanged")); 657add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyDown")); 668add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyPress")); 679add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyUp")); 687add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Layout")); 698add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseDown")); 709add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseEnter")); 720add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseLeave")); 731add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseHover")); 742add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseMove")); 753add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseUp")); 764add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseWheel")); 772add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ChangeUICues")); 780add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "StyleChanged"));
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (40)
1381add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackgroundImageLayoutChanged")); 1389add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Enter")); 1397add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Leave")); 1405add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseCaptureChanged")); 1413add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseClick")); 1421add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseDoubleClick")); 1429add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackColorChanged")); 1437add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BackgroundImageChanged")); 1445add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "BindingContextChanged")); 1453add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "CursorChanged")); 1461add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "EnabledChanged")); 1469add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "FontChanged")); 1477add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ForeColorChanged")); 1485add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "RightToLeftChanged")); 1493add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "TextChanged")); 1501add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Click")); 1509add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragDrop")); 1517add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragEnter")); 1525add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragOver")); 1533add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DragLeave")); 1541add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "GiveFeedback")); 1550add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "HelpRequested")); 1558add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Paint")); 1566add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "QueryContinueDrag")); 1574add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "QueryAccessibilityHelp")); 1582add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "DoubleClick")); 1590add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ImeModeChanged")); 1598add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyDown")); 1606add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyPress")); 1614add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "KeyUp")); 1622add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "Layout")); 1630add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseDown")); 1638add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseEnter")); 1646add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseLeave")); 1654add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseHover")); 1662add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseMove")); 1670add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseUp")); 1678add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "MouseWheel")); 1686add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "ChangeUICues")); 1694add => throw new NotSupportedException(string.Format(SR.AXAddInvalidEvent, "StyleChanged"));