19 references to NativeHTMLEventObj
System.Windows.Forms (19)
winforms\Managed\System\WinForms\HtmlElementEventArgs.cs (19)
29
Debug.Assert(this.
NativeHTMLEventObj
!= null, "The event object should implement IHTMLEventObj");
47
int nButtons = this.
NativeHTMLEventObj
.GetButton();
67
return new Point(this.
NativeHTMLEventObj
.GetClientX(), this.
NativeHTMLEventObj
.GetClientY());
77
return new Point(this.
NativeHTMLEventObj
.GetOffsetX(), this.
NativeHTMLEventObj
.GetOffsetY());
87
return new Point(this.
NativeHTMLEventObj
.GetX(), this.
NativeHTMLEventObj
.GetY());
97
return !this.
NativeHTMLEventObj
.GetCancelBubble();
100
this.
NativeHTMLEventObj
.SetCancelBubble(!value);
110
return this.
NativeHTMLEventObj
.GetKeyCode();
123
return this.
NativeHTMLEventObj
.GetAltKey();
136
return this.
NativeHTMLEventObj
.GetCtrlKey();
149
return this.
NativeHTMLEventObj
.GetShiftKey();
159
return this.
NativeHTMLEventObj
.GetEventType();
169
object obj = this.
NativeHTMLEventObj
.GetReturnValue();
174
this.
NativeHTMLEventObj
.SetReturnValue(objValue);
185
UnsafeNativeMethods.IHTMLElement htmlElement = this.
NativeHTMLEventObj
.GetFromElement();
197
UnsafeNativeMethods.IHTMLElement htmlElement = this.
NativeHTMLEventObj
.GetToElement();