4470 references to UnsafeNativeMethods
System.Windows.Forms (4470)
misc\DpiHelper.cs (3)
108
IntPtr hDC =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
111
deviceDpi =
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, hDC), CAPS.LOGPIXELSX);
113
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, hDC));
winforms\Managed\System\WinForms\AccessibleObject.cs (348)
35
UnsafeNativeMethods
.IAccessibleEx,
36
UnsafeNativeMethods
.IServiceProvider,
37
UnsafeNativeMethods
.IRawElementProviderSimple,
38
UnsafeNativeMethods
.IRawElementProviderFragment,
39
UnsafeNativeMethods
.IRawElementProviderFragmentRoot,
40
UnsafeNativeMethods
.IInvokeProvider,
41
UnsafeNativeMethods
.IValueProvider,
42
UnsafeNativeMethods
.IRangeValueProvider,
43
UnsafeNativeMethods
.IExpandCollapseProvider,
44
UnsafeNativeMethods
.IToggleProvider,
45
UnsafeNativeMethods
.ITableProvider,
46
UnsafeNativeMethods
.ITableItemProvider,
47
UnsafeNativeMethods
.IGridProvider,
48
UnsafeNativeMethods
.IGridItemProvider,
49
UnsafeNativeMethods
.IEnumVariant,
50
UnsafeNativeMethods
.IOleWindow,
51
UnsafeNativeMethods
.ILegacyIAccessibleProvider,
52
UnsafeNativeMethods
.ISelectionProvider,
53
UnsafeNativeMethods
.ISelectionItemProvider,
54
UnsafeNativeMethods
.IRawElementProviderHwndOverride,
55
UnsafeNativeMethods
.IScrollItemProvider {
70
private
UnsafeNativeMethods
.IEnumVariant systemIEnumVariant = null;
71
private
UnsafeNativeMethods
.IEnumVariant enumVariant = null;
74
private
UnsafeNativeMethods
.IOleWindow systemIOleWindow = null;
170
private
UnsafeNativeMethods
.IEnumVariant EnumVariant {
558
return (int)(
UnsafeNativeMethods
.ProviderOptions.ServerSideProvider |
UnsafeNativeMethods
.ProviderOptions.UseComThreading);
562
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple HostRawElementProvider {
636
internal virtual
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
640
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple[] GetEmbeddedFragmentRoots() {
653
internal virtual
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
663
internal virtual
UnsafeNativeMethods
.IRawElementProviderFragment ElementProviderFromPoint(double x, double y) {
667
internal virtual
UnsafeNativeMethods
.IRawElementProviderFragment GetFocus() {
681
internal virtual
UnsafeNativeMethods
.ExpandCollapseState ExpandCollapseState {
683
return
UnsafeNativeMethods
.ExpandCollapseState.Collapsed;
694
internal virtual
UnsafeNativeMethods
.ToggleState ToggleState {
696
return
UnsafeNativeMethods
.ToggleState.ToggleState_Indeterminate;
704
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple[] GetRowHeaders() {
708
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple[] GetColumnHeaders() {
712
internal virtual
UnsafeNativeMethods
.RowOrColumnMajor RowOrColumnMajor {
714
return
UnsafeNativeMethods
.RowOrColumnMajor.RowOrColumnMajor_RowMajor;
722
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple[] GetRowHeaderItems() {
726
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple[] GetColumnHeaderItems() {
734
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple GetItem(int row, int column) {
778
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple ContainingGrid {
809
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple GetOverrideProviderForHwnd(IntPtr hwnd) {
854
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple[] GetSelection() {
889
internal virtual
UnsafeNativeMethods
.IRawElementProviderSimple ItemSelectionContainer {
911
int
UnsafeNativeMethods
.IServiceProvider.QueryService(ref Guid service, ref Guid riid, out IntPtr ppvObject) {
917
if (service.Equals(
UnsafeNativeMethods
.guid_IAccessibleEx) &&
918
riid.Equals(
UnsafeNativeMethods
.guid_IAccessibleEx)) {
922
ppvObject = Marshal.GetComInterfaceForObject(this, typeof(
UnsafeNativeMethods
.IAccessibleEx));
930
object
UnsafeNativeMethods
.IAccessibleEx.GetObjectForChild(int childId) {
939
int
UnsafeNativeMethods
.IAccessibleEx.GetIAccessiblePair(out object ppAcc, out int pidChild) {
947
int[]
UnsafeNativeMethods
.IAccessibleEx.GetRuntimeId() {
951
int
UnsafeNativeMethods
.IAccessibleEx.ConvertReturnedElement(object pIn, out object ppRetValOut) {
962
UnsafeNativeMethods
.ProviderOptions
UnsafeNativeMethods
.IRawElementProviderSimple.ProviderOptions {
964
return (
UnsafeNativeMethods
.ProviderOptions) ProviderOptions;
968
UnsafeNativeMethods
.IRawElementProviderSimple
UnsafeNativeMethods
.IRawElementProviderSimple.HostRawElementProvider {
974
object
UnsafeNativeMethods
.IRawElementProviderSimple.GetPatternProvider(int patternId) {
983
object
UnsafeNativeMethods
.IRawElementProviderSimple.GetPropertyValue(int propertyID) {
991
object
UnsafeNativeMethods
.IRawElementProviderFragment.Navigate(
UnsafeNativeMethods
.NavigateDirection direction) {
995
int[]
UnsafeNativeMethods
.IRawElementProviderFragment.GetRuntimeId() {
999
object[]
UnsafeNativeMethods
.IRawElementProviderFragment.GetEmbeddedFragmentRoots() {
1003
void
UnsafeNativeMethods
.IRawElementProviderFragment.SetFocus() {
1007
NativeMethods.UiaRect
UnsafeNativeMethods
.IRawElementProviderFragment.BoundingRectangle {
1013
UnsafeNativeMethods
.IRawElementProviderFragmentRoot
UnsafeNativeMethods
.IRawElementProviderFragment.FragmentRoot {
1023
object
UnsafeNativeMethods
.IRawElementProviderFragmentRoot.ElementProviderFromPoint(double x, double y) {
1027
object
UnsafeNativeMethods
.IRawElementProviderFragmentRoot.GetFocus() {
1035
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.DefaultAction {
1041
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Description {
1047
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Help {
1053
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.KeyboardShortcut {
1059
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Name {
1065
uint
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Role {
1071
uint
UnsafeNativeMethods
.ILegacyIAccessibleProvider.State {
1077
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Value {
1083
int
UnsafeNativeMethods
.ILegacyIAccessibleProvider.ChildId {
1089
void
UnsafeNativeMethods
.ILegacyIAccessibleProvider.DoDefaultAction() {
1093
IAccessible
UnsafeNativeMethods
.ILegacyIAccessibleProvider.GetIAccessible() {
1097
object[]
UnsafeNativeMethods
.ILegacyIAccessibleProvider.GetSelection() {
1098
return new
UnsafeNativeMethods
.IRawElementProviderSimple[] {
1099
this.GetSelected() as
UnsafeNativeMethods
.IRawElementProviderSimple
1103
void
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Select(int flagsSelect) {
1107
void
UnsafeNativeMethods
.ILegacyIAccessibleProvider.SetValue(string szValue) {
1115
void
UnsafeNativeMethods
.IExpandCollapseProvider.Expand() {
1118
void
UnsafeNativeMethods
.IExpandCollapseProvider.Collapse() {
1122
UnsafeNativeMethods
.ExpandCollapseState
UnsafeNativeMethods
.IExpandCollapseProvider.ExpandCollapseState {
1132
void
UnsafeNativeMethods
.IInvokeProvider.Invoke() {
1140
bool
UnsafeNativeMethods
.IValueProvider.IsReadOnly {
1146
string
UnsafeNativeMethods
.IValueProvider.Value {
1152
void
UnsafeNativeMethods
.IValueProvider.SetValue(string newValue) {
1160
void
UnsafeNativeMethods
.IToggleProvider.Toggle() {
1164
UnsafeNativeMethods
.ToggleState
UnsafeNativeMethods
.IToggleProvider.ToggleState {
1174
object[]
UnsafeNativeMethods
.ITableProvider.GetRowHeaders() {
1178
object[]
UnsafeNativeMethods
.ITableProvider.GetColumnHeaders() {
1182
UnsafeNativeMethods
.RowOrColumnMajor
UnsafeNativeMethods
.ITableProvider.RowOrColumnMajor {
1192
object[]
UnsafeNativeMethods
.ITableItemProvider.GetRowHeaderItems() {
1196
object[]
UnsafeNativeMethods
.ITableItemProvider.GetColumnHeaderItems() {
1204
object
UnsafeNativeMethods
.IGridProvider.GetItem(int row, int column) {
1208
int
UnsafeNativeMethods
.IGridProvider.RowCount {
1214
int
UnsafeNativeMethods
.IGridProvider.ColumnCount {
1224
int
UnsafeNativeMethods
.IGridItemProvider.Row {
1230
int
UnsafeNativeMethods
.IGridItemProvider.Column {
1236
int
UnsafeNativeMethods
.IGridItemProvider.RowSpan {
1242
int
UnsafeNativeMethods
.IGridItemProvider.ColumnSpan {
1248
UnsafeNativeMethods
.IRawElementProviderSimple
UnsafeNativeMethods
.IGridItemProvider.ContainingGrid {
2152
int
UnsafeNativeMethods
.IOleWindow.GetWindow(out IntPtr hwnd) {
2160
if (parent is
UnsafeNativeMethods
.IOleWindow) {
2161
return (parent as
UnsafeNativeMethods
.IOleWindow).GetWindow(out hwnd);
2175
void
UnsafeNativeMethods
.IOleWindow.ContextSensitiveHelp(int fEnterMode) {
2184
if (parent is
UnsafeNativeMethods
.IOleWindow) {
2185
(parent as
UnsafeNativeMethods
.IOleWindow).ContextSensitiveHelp(fEnterMode);
2198
void
UnsafeNativeMethods
.IEnumVariant.Clone(
UnsafeNativeMethods
.IEnumVariant[] v) {
2208
int
UnsafeNativeMethods
.IEnumVariant.Next(int n, IntPtr rgvar, int[] ns) {
2216
void
UnsafeNativeMethods
.IEnumVariant.Reset() {
2226
void
UnsafeNativeMethods
.IEnumVariant.Skip(int n) {
2392
int result =
UnsafeNativeMethods
.CreateStdAccessibleObject(
2401
result =
UnsafeNativeMethods
.CreateStdAccessibleObject(
2412
systemIEnumVariant = (
UnsafeNativeMethods
.IEnumVariant)en;
2413
systemIOleWindow = acc as
UnsafeNativeMethods
.IOleWindow;
2636
UnsafeNativeMethods
.IRawElementProviderSimple
UnsafeNativeMethods
.IRawElementProviderHwndOverride.GetOverrideProviderForHwnd(IntPtr hwnd) {
2640
bool
UnsafeNativeMethods
.IRangeValueProvider.IsReadOnly {
2646
double
UnsafeNativeMethods
.IRangeValueProvider.LargeChange {
2652
double
UnsafeNativeMethods
.IRangeValueProvider.Maximum {
2658
double
UnsafeNativeMethods
.IRangeValueProvider.Minimum {
2664
double
UnsafeNativeMethods
.IRangeValueProvider.SmallChange {
2670
double
UnsafeNativeMethods
.IRangeValueProvider.Value {
2676
void
UnsafeNativeMethods
.IRangeValueProvider.SetValue(double value) {
2680
object[]
UnsafeNativeMethods
.ISelectionProvider.GetSelection() {
2684
bool
UnsafeNativeMethods
.ISelectionProvider.CanSelectMultiple {
2690
bool
UnsafeNativeMethods
.ISelectionProvider.IsSelectionRequired {
2696
void
UnsafeNativeMethods
.ISelectionItemProvider.Select() {
2700
void
UnsafeNativeMethods
.ISelectionItemProvider.AddToSelection() {
2704
void
UnsafeNativeMethods
.ISelectionItemProvider.RemoveFromSelection() {
2708
bool
UnsafeNativeMethods
.ISelectionItemProvider.IsSelected {
2714
UnsafeNativeMethods
.IRawElementProviderSimple
UnsafeNativeMethods
.ISelectionItemProvider.SelectionContainer {
2744
result =
UnsafeNativeMethods
.UiaRaiseNotificationEvent(
2769
if (
UnsafeNativeMethods
.UiaClientsAreListening()) {
2770
int result =
UnsafeNativeMethods
.UiaRaiseAutomationEvent(this, eventId);
2778
if (
UnsafeNativeMethods
.UiaClientsAreListening()) {
2779
int result =
UnsafeNativeMethods
.UiaRaiseAutomationPropertyChangedEvent(this, propertyId, oldValue, newValue);
2786
internal bool RaiseStructureChangedEvent(
UnsafeNativeMethods
.StructureChangeType structureChangeType, int[] runtimeId) {
2787
if (
UnsafeNativeMethods
.UiaClientsAreListening()) {
2788
int result =
UnsafeNativeMethods
.UiaRaiseStructureChangedEvent(this, structureChangeType, runtimeId, runtimeId == null ? 0 : runtimeId.Length);
2797
void
UnsafeNativeMethods
.IScrollItemProvider.ScrollIntoView() {
2807
private class EnumVariantObject :
UnsafeNativeMethods
.IEnumVariant {
2823
void
UnsafeNativeMethods
.IEnumVariant.Clone(
UnsafeNativeMethods
.IEnumVariant[] v) {
2831
void
UnsafeNativeMethods
.IEnumVariant.Reset() {
2851
void
UnsafeNativeMethods
.IEnumVariant.Skip(int n) {
2871
int
UnsafeNativeMethods
.IEnumVariant.Next(int n, IntPtr rgvar, int[] ns) {
2981
private static bool GotoItem(
UnsafeNativeMethods
.IEnumVariant iev, int index, IntPtr variantPtr) {
3017
UnsafeNativeMethods
.IAccessibleInternal,
3019
UnsafeNativeMethods
.IServiceProvider,
3020
UnsafeNativeMethods
.IAccessibleEx,
3021
UnsafeNativeMethods
.IRawElementProviderSimple,
3022
UnsafeNativeMethods
.IRawElementProviderFragment,
3023
UnsafeNativeMethods
.IRawElementProviderFragmentRoot,
3024
UnsafeNativeMethods
.IInvokeProvider,
3025
UnsafeNativeMethods
.IValueProvider,
3026
UnsafeNativeMethods
.IRangeValueProvider,
3027
UnsafeNativeMethods
.IExpandCollapseProvider,
3028
UnsafeNativeMethods
.IToggleProvider,
3029
UnsafeNativeMethods
.ITableProvider,
3030
UnsafeNativeMethods
.ITableItemProvider,
3031
UnsafeNativeMethods
.IGridProvider,
3032
UnsafeNativeMethods
.IGridItemProvider,
3033
UnsafeNativeMethods
.IEnumVariant,
3034
UnsafeNativeMethods
.IOleWindow,
3035
UnsafeNativeMethods
.ILegacyIAccessibleProvider,
3036
UnsafeNativeMethods
.ISelectionProvider,
3037
UnsafeNativeMethods
.ISelectionItemProvider,
3038
UnsafeNativeMethods
.IRawElementProviderHwndOverride {
3041
private
UnsafeNativeMethods
.IEnumVariant publicIEnumVariant; // AccessibleObject as IEnumVariant
3042
private
UnsafeNativeMethods
.IOleWindow publicIOleWindow; // AccessibleObject as IOleWindow
3045
private
UnsafeNativeMethods
.IServiceProvider publicIServiceProvider; // AccessibleObject as IServiceProvider
3046
private
UnsafeNativeMethods
.IAccessibleEx publicIAccessibleEx; // AccessibleObject as IAccessibleEx
3049
private
UnsafeNativeMethods
.IRawElementProviderSimple publicIRawElementProviderSimple; // AccessibleObject as IRawElementProviderSimple
3050
private
UnsafeNativeMethods
.IRawElementProviderFragment publicIRawElementProviderFragment;// AccessibleObject as IRawElementProviderFragment
3051
private
UnsafeNativeMethods
.IRawElementProviderFragmentRoot publicIRawElementProviderFragmentRoot;// AccessibleObject as IRawElementProviderFragmentRoot
3052
private
UnsafeNativeMethods
.IInvokeProvider publicIInvokeProvider; // AccessibleObject as IInvokeProvider
3053
private
UnsafeNativeMethods
.IValueProvider publicIValueProvider; // AccessibleObject as IValueProvider
3054
private
UnsafeNativeMethods
.IRangeValueProvider publicIRangeValueProvider; // AccessibleObject as IRangeValueProvider
3055
private
UnsafeNativeMethods
.IExpandCollapseProvider publicIExpandCollapseProvider; // AccessibleObject as IExpandCollapseProvider
3056
private
UnsafeNativeMethods
.IToggleProvider publicIToggleProvider; // AccessibleObject as IToggleProvider
3057
private
UnsafeNativeMethods
.ITableProvider publicITableProvider; // AccessibleObject as ITableProvider
3058
private
UnsafeNativeMethods
.ITableItemProvider publicITableItemProvider; // AccessibleObject as ITableItemProvider
3059
private
UnsafeNativeMethods
.IGridProvider publicIGridProvider; // AccessibleObject as IGridProvider
3060
private
UnsafeNativeMethods
.IGridItemProvider publicIGridItemProvider; // AccessibleObject as IGridItemProvider
3061
private
UnsafeNativeMethods
.ILegacyIAccessibleProvider publicILegacyIAccessibleProvider; // AccessibleObject as ILegayAccessibleProvider
3062
private
UnsafeNativeMethods
.ISelectionProvider publicISelectionProvider; // AccessibleObject as ISelectionProvider
3063
private
UnsafeNativeMethods
.ISelectionItemProvider publicISelectionItemProvider; // AccessibleObject as ISelectionItemProvider
3064
private
UnsafeNativeMethods
.IRawElementProviderHwndOverride publicIRawElementProviderHwndOverride; // AccessibleObject as IRawElementProviderHwndOverride
3075
publicIEnumVariant = (
UnsafeNativeMethods
.IEnumVariant) accessibleImplemention;
3076
publicIOleWindow = (
UnsafeNativeMethods
.IOleWindow) accessibleImplemention;
3078
publicIServiceProvider = (
UnsafeNativeMethods
.IServiceProvider) accessibleImplemention;
3079
publicIAccessibleEx = (
UnsafeNativeMethods
.IAccessibleEx) accessibleImplemention;
3080
publicIRawElementProviderSimple = (
UnsafeNativeMethods
.IRawElementProviderSimple) accessibleImplemention;
3081
publicIRawElementProviderFragment = (
UnsafeNativeMethods
.IRawElementProviderFragment)accessibleImplemention;
3082
publicIRawElementProviderFragmentRoot = (
UnsafeNativeMethods
.IRawElementProviderFragmentRoot)accessibleImplemention;
3083
publicIInvokeProvider = (
UnsafeNativeMethods
.IInvokeProvider)accessibleImplemention;
3084
publicIValueProvider = (
UnsafeNativeMethods
.IValueProvider) accessibleImplemention;
3085
publicIRangeValueProvider = (
UnsafeNativeMethods
.IRangeValueProvider)accessibleImplemention;
3086
publicIExpandCollapseProvider = (
UnsafeNativeMethods
.IExpandCollapseProvider) accessibleImplemention;
3087
publicIToggleProvider = (
UnsafeNativeMethods
.IToggleProvider)accessibleImplemention;
3088
publicITableProvider = (
UnsafeNativeMethods
.ITableProvider)accessibleImplemention;
3089
publicITableItemProvider = (
UnsafeNativeMethods
.ITableItemProvider)accessibleImplemention;
3090
publicIGridProvider = (
UnsafeNativeMethods
.IGridProvider)accessibleImplemention;
3091
publicIGridItemProvider = (
UnsafeNativeMethods
.IGridItemProvider)accessibleImplemention;
3092
publicILegacyIAccessibleProvider = (
UnsafeNativeMethods
.ILegacyIAccessibleProvider)accessibleImplemention;
3093
publicISelectionProvider = (
UnsafeNativeMethods
.ISelectionProvider)accessibleImplemention;
3094
publicISelectionItemProvider = (
UnsafeNativeMethods
.ISelectionItemProvider)accessibleImplemention;
3095
publicIRawElementProviderHwndOverride = (
UnsafeNativeMethods
.IRawElementProviderHwndOverride)accessibleImplemention;
3128
void
UnsafeNativeMethods
.IAccessibleInternal.accDoDefaultAction(object childID) {
3133
object
UnsafeNativeMethods
.IAccessibleInternal.accHitTest(int xLeft, int yTop) {
3138
void
UnsafeNativeMethods
.IAccessibleInternal.accLocation(out int l, out int t, out int w, out int h, Object childID) {
3143
object
UnsafeNativeMethods
.IAccessibleInternal.accNavigate(int navDir, object childID) {
3148
void
UnsafeNativeMethods
.IAccessibleInternal.accSelect(int flagsSelect, Object childID) {
3153
object
UnsafeNativeMethods
.IAccessibleInternal.get_accChild(object childID) {
3158
int
UnsafeNativeMethods
.IAccessibleInternal.get_accChildCount() {
3163
string
UnsafeNativeMethods
.IAccessibleInternal.get_accDefaultAction(Object childID) {
3168
string
UnsafeNativeMethods
.IAccessibleInternal.get_accDescription(Object childID) {
3173
object
UnsafeNativeMethods
.IAccessibleInternal.get_accFocus() {
3178
string
UnsafeNativeMethods
.IAccessibleInternal.get_accHelp(Object childID) {
3183
int
UnsafeNativeMethods
.IAccessibleInternal.get_accHelpTopic(out string pszHelpFile, Object childID) {
3188
string
UnsafeNativeMethods
.IAccessibleInternal.get_accKeyboardShortcut(Object childID) {
3193
string
UnsafeNativeMethods
.IAccessibleInternal.get_accName(Object childID) {
3198
object
UnsafeNativeMethods
.IAccessibleInternal.get_accParent() {
3203
object
UnsafeNativeMethods
.IAccessibleInternal.get_accRole(object childID) {
3208
object
UnsafeNativeMethods
.IAccessibleInternal.get_accSelection() {
3213
object
UnsafeNativeMethods
.IAccessibleInternal.get_accState(object childID) {
3218
string
UnsafeNativeMethods
.IAccessibleInternal.get_accValue(object childID) {
3223
void
UnsafeNativeMethods
.IAccessibleInternal.set_accName(Object childID, string newName) {
3228
void
UnsafeNativeMethods
.IAccessibleInternal.set_accValue(Object childID, string newValue) {
3237
void
UnsafeNativeMethods
.IEnumVariant.Clone(
UnsafeNativeMethods
.IEnumVariant[] v) {
3242
int
UnsafeNativeMethods
.IEnumVariant.Next(int n, IntPtr rgvar, int[] ns) {
3247
void
UnsafeNativeMethods
.IEnumVariant.Reset() {
3252
void
UnsafeNativeMethods
.IEnumVariant.Skip(int n) {
3261
int
UnsafeNativeMethods
.IOleWindow.GetWindow(out IntPtr hwnd) {
3266
void
UnsafeNativeMethods
.IOleWindow.ContextSensitiveHelp(int fEnterMode) {
3331
int
UnsafeNativeMethods
.IServiceProvider.QueryService(ref Guid service, ref Guid riid, out IntPtr ppvObject) {
3338
ppvObject = Marshal.GetComInterfaceForObject(this, typeof(
UnsafeNativeMethods
.IAccessibleEx));
3348
object
UnsafeNativeMethods
.IAccessibleEx.GetObjectForChild(int idChild) {
3353
int
UnsafeNativeMethods
.IAccessibleEx.GetIAccessiblePair(out object ppAcc, out int pidChild) {
3363
int[]
UnsafeNativeMethods
.IAccessibleEx.GetRuntimeId() {
3369
int
UnsafeNativeMethods
.IAccessibleEx.ConvertReturnedElement(object pIn, out object ppRetValOut) {
3379
UnsafeNativeMethods
.ProviderOptions
UnsafeNativeMethods
.IRawElementProviderSimple.ProviderOptions {
3386
UnsafeNativeMethods
.IRawElementProviderSimple
UnsafeNativeMethods
.IRawElementProviderSimple.HostRawElementProvider {
3393
object
UnsafeNativeMethods
.IRawElementProviderSimple.GetPatternProvider(int patternId) {
3402
return (
UnsafeNativeMethods
.IExpandCollapseProvider)this;
3405
return (
UnsafeNativeMethods
.IValueProvider)this;
3408
return (
UnsafeNativeMethods
.IRangeValueProvider)this;
3411
return (
UnsafeNativeMethods
.IToggleProvider)this;
3414
return (
UnsafeNativeMethods
.ITableProvider)this;
3417
return (
UnsafeNativeMethods
.ITableItemProvider)this;
3420
return (
UnsafeNativeMethods
.IGridProvider)this;
3423
return (
UnsafeNativeMethods
.IGridItemProvider)this;
3426
return (
UnsafeNativeMethods
.IInvokeProvider)this;
3429
return (
UnsafeNativeMethods
.ILegacyIAccessibleProvider)this;
3432
return (
UnsafeNativeMethods
.ISelectionProvider)this;
3435
return (
UnsafeNativeMethods
.ISelectionItemProvider)this;
3446
object
UnsafeNativeMethods
.IRawElementProviderSimple.GetPropertyValue(int propertyID) {
3455
object
UnsafeNativeMethods
.IRawElementProviderFragment.Navigate(
UnsafeNativeMethods
.NavigateDirection direction) {
3460
int[]
UnsafeNativeMethods
.IRawElementProviderFragment.GetRuntimeId() {
3465
object[]
UnsafeNativeMethods
.IRawElementProviderFragment.GetEmbeddedFragmentRoots() {
3470
void
UnsafeNativeMethods
.IRawElementProviderFragment.SetFocus() {
3475
NativeMethods.UiaRect
UnsafeNativeMethods
.IRawElementProviderFragment.BoundingRectangle {
3482
UnsafeNativeMethods
.IRawElementProviderFragmentRoot
UnsafeNativeMethods
.IRawElementProviderFragment.FragmentRoot {
3489
return AsNativeAccessible(publicIRawElementProviderFragment.FragmentRoot) as
UnsafeNativeMethods
.IRawElementProviderFragmentRoot;
3497
object
UnsafeNativeMethods
.IRawElementProviderFragmentRoot.ElementProviderFromPoint(double x, double y) {
3502
object
UnsafeNativeMethods
.IRawElementProviderFragmentRoot.GetFocus() {
3511
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.DefaultAction {
3518
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Description {
3525
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Help {
3532
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.KeyboardShortcut {
3539
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Name {
3546
uint
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Role {
3553
uint
UnsafeNativeMethods
.ILegacyIAccessibleProvider.State {
3560
string
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Value {
3567
int
UnsafeNativeMethods
.ILegacyIAccessibleProvider.ChildId {
3574
void
UnsafeNativeMethods
.ILegacyIAccessibleProvider.DoDefaultAction() {
3579
IAccessible
UnsafeNativeMethods
.ILegacyIAccessibleProvider.GetIAccessible() {
3584
object[]
UnsafeNativeMethods
.ILegacyIAccessibleProvider.GetSelection() {
3589
void
UnsafeNativeMethods
.ILegacyIAccessibleProvider.Select(int flagsSelect) {
3594
void
UnsafeNativeMethods
.ILegacyIAccessibleProvider.SetValue(string szValue) {
3603
void
UnsafeNativeMethods
.IInvokeProvider.Invoke() {
3612
bool
UnsafeNativeMethods
.IValueProvider.IsReadOnly {
3619
string
UnsafeNativeMethods
.IValueProvider.Value {
3626
void
UnsafeNativeMethods
.IValueProvider.SetValue(string newValue) {
3635
bool
UnsafeNativeMethods
.IRangeValueProvider.IsReadOnly {
3642
double
UnsafeNativeMethods
.IRangeValueProvider.LargeChange {
3649
double
UnsafeNativeMethods
.IRangeValueProvider.Maximum {
3656
double
UnsafeNativeMethods
.IRangeValueProvider.Minimum {
3663
double
UnsafeNativeMethods
.IRangeValueProvider.SmallChange {
3670
double
UnsafeNativeMethods
.IRangeValueProvider.Value {
3677
void
UnsafeNativeMethods
.IRangeValueProvider.SetValue(double newValue) {
3686
void
UnsafeNativeMethods
.IExpandCollapseProvider.Expand() {
3691
void
UnsafeNativeMethods
.IExpandCollapseProvider.Collapse() {
3696
UnsafeNativeMethods
.ExpandCollapseState
UnsafeNativeMethods
.IExpandCollapseProvider.ExpandCollapseState {
3707
void
UnsafeNativeMethods
.IToggleProvider.Toggle() {
3712
UnsafeNativeMethods
.ToggleState
UnsafeNativeMethods
.IToggleProvider.ToggleState {
3723
object[]
UnsafeNativeMethods
.ITableProvider.GetRowHeaders() {
3728
object[]
UnsafeNativeMethods
.ITableProvider.GetColumnHeaders() {
3733
UnsafeNativeMethods
.RowOrColumnMajor
UnsafeNativeMethods
.ITableProvider.RowOrColumnMajor {
3744
object[]
UnsafeNativeMethods
.ITableItemProvider.GetRowHeaderItems() {
3749
object[]
UnsafeNativeMethods
.ITableItemProvider.GetColumnHeaderItems() {
3758
object
UnsafeNativeMethods
.IGridProvider.GetItem(int row, int column) {
3763
int
UnsafeNativeMethods
.IGridProvider.RowCount {
3770
int
UnsafeNativeMethods
.IGridProvider.ColumnCount {
3781
int
UnsafeNativeMethods
.IGridItemProvider.Row {
3788
int
UnsafeNativeMethods
.IGridItemProvider.Column {
3795
int
UnsafeNativeMethods
.IGridItemProvider.RowSpan {
3802
int
UnsafeNativeMethods
.IGridItemProvider.ColumnSpan {
3809
UnsafeNativeMethods
.IRawElementProviderSimple
UnsafeNativeMethods
.IGridItemProvider.ContainingGrid {
3818
return AsNativeAccessible(publicIGridItemProvider.ContainingGrid) as
UnsafeNativeMethods
.IRawElementProviderSimple;
3830
object[]
UnsafeNativeMethods
.ISelectionProvider.GetSelection() {
3840
bool
UnsafeNativeMethods
.ISelectionProvider.CanSelectMultiple {
3852
bool
UnsafeNativeMethods
.ISelectionProvider.IsSelectionRequired {
3867
void
UnsafeNativeMethods
.ISelectionItemProvider.Select() {
3875
void
UnsafeNativeMethods
.ISelectionItemProvider.AddToSelection() {
3883
void
UnsafeNativeMethods
.ISelectionItemProvider.RemoveFromSelection() {
3892
bool
UnsafeNativeMethods
.ISelectionItemProvider.IsSelected {
3903
UnsafeNativeMethods
.IRawElementProviderSimple
UnsafeNativeMethods
.ISelectionItemProvider.SelectionContainer {
3920
UnsafeNativeMethods
.IRawElementProviderSimple
UnsafeNativeMethods
.IRawElementProviderHwndOverride.GetOverrideProviderForHwnd(IntPtr hwnd) {
winforms\Managed\System\WinForms\Application.cs (115)
155
IntPtr hModule =
UnsafeNativeMethods
.GetModuleHandle(ExternDll.Comctl32);
158
IntPtr pFunc =
UnsafeNativeMethods
.GetProcAddress(new HandleRef(null, hModule), "ImageList_WriteEx");
164
hModule =
UnsafeNativeMethods
.LoadLibraryFromSystemPathIfAvailable(ExternDll.Comctl32);
166
IntPtr pFunc =
UnsafeNativeMethods
.GetProcAddress(new HandleRef(null, hModule), "ImageList_WriteEx");
370
StringBuilder sb =
UnsafeNativeMethods
.GetModuleFileNameLongPath(NativeMethods.NullHandleRef);
645
StringBuilder sb =
UnsafeNativeMethods
.GetModuleFileNameLongPath(NativeMethods.NullHandleRef);
815
UnsafeNativeMethods
.EnumChildWindows(new HandleRef(null, handle),
820
UnsafeNativeMethods
.SendMessage(new HandleRef(null, handle), NativeMethods.WM_THEMECHANGED, 0, 0);
1066
useVisualStyles =
UnsafeNativeMethods
.ThemingScope.CreateActivationContext(assemblyFileName, nativeResourceID);
1308
Debug.Assert(
UnsafeNativeMethods
.IsWindow(handle), "Handle being parked is not a valid window handle");
1309
Debug.Assert(((int)
UnsafeNativeMethods
.GetWindowLong(handle, NativeMethods.GWL_STYLE) & NativeMethods.WS_CHILD) != 0, "Only WS_CHILD windows should be parked.");
1443
UnsafeNativeMethods
.CorLaunchApplication(hostType, appFullName, 0, null, 0, null, new
UnsafeNativeMethods
.PROCESS_INFORMATION());
1543
return
UnsafeNativeMethods
.SetSuspendState(state == PowerState.Hibernate, force, disableWakeEvent);
1672
private class ComponentManager :
UnsafeNativeMethods
.IMsoComponentManager
1678
public
UnsafeNativeMethods
.IMsoComponent component;
1684
private
UnsafeNativeMethods
.IMsoComponent activeComponent = null;
1685
private
UnsafeNativeMethods
.IMsoComponent trackingComponent = null;
1706
int
UnsafeNativeMethods
.IMsoComponentManager.QueryService(
1723
bool
UnsafeNativeMethods
.IMsoComponentManager.FDebugMessage(
1740
bool
UnsafeNativeMethods
.IMsoComponentManager.FRegisterComponent(
UnsafeNativeMethods
.IMsoComponent component,
1764
bool
UnsafeNativeMethods
.IMsoComponentManager.FRevokeComponent(IntPtr dwComponentID) {
1797
bool
UnsafeNativeMethods
.IMsoComponentManager.FUpdateComponentRegistration(
1827
bool
UnsafeNativeMethods
.IMsoComponentManager.FOnComponentActivate(IntPtr dwComponentID) {
1861
bool
UnsafeNativeMethods
.IMsoComponentManager.FSetTrackingComponent(IntPtr dwComponentID, bool fTrack) {
1919
void
UnsafeNativeMethods
.IMsoComponentManager.OnComponentEnterState(
1970
bool
UnsafeNativeMethods
.IMsoComponentManager.FOnComponentExitState(
2006
bool
UnsafeNativeMethods
.IMsoComponentManager.FInState(int uStateID, IntPtr pvoid) {
2016
bool
UnsafeNativeMethods
.IMsoComponentManager.FContinueIdle() {
2022
return !
UnsafeNativeMethods
.PeekMessage(ref msg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.PM_NOREMOVE);
2042
bool
UnsafeNativeMethods
.IMsoComponentManager.FPushMessageLoop(
2058
UnsafeNativeMethods
.IMsoComponent prevActive = this.activeComponent;
2066
UnsafeNativeMethods
.IMsoComponent requestingComponent;
2086
UnsafeNativeMethods
.IMsoComponent component;
2098
bool peeked =
UnsafeNativeMethods
.PeekMessage(ref msg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.PM_NOREMOVE);
2112
UnsafeNativeMethods
.GetMessageW(ref msg, NativeMethods.NullHandleRef, 0, 0);
2116
UnsafeNativeMethods
.GetMessageA(ref msg, NativeMethods.NullHandleRef, 0, 0);
2125
UnsafeNativeMethods
.PostQuitMessage((int)msg.wParam);
2139
UnsafeNativeMethods
.TranslateMessage(ref msg);
2141
UnsafeNativeMethods
.DispatchMessageW(ref msg);
2144
UnsafeNativeMethods
.DispatchMessageA(ref msg);
2185
UnsafeNativeMethods
.MsgWaitForMultipleObjectsEx(0, IntPtr.Zero, 100, NativeMethods.QS_ALLINPUT, NativeMethods.MWMO_INPUTAVAILABLE);
2197
if (!
UnsafeNativeMethods
.PeekMessage(ref msg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.PM_NOREMOVE)) {
2198
UnsafeNativeMethods
.WaitMessage();
2230
bool
UnsafeNativeMethods
.IMsoComponentManager.FCreateSubComponentManager(
2250
bool
UnsafeNativeMethods
.IMsoComponentManager.FGetParentComponentManager(out
UnsafeNativeMethods
.IMsoComponentManager ppicm) {
2266
bool
UnsafeNativeMethods
.IMsoComponentManager.FGetActiveComponent(
2268
UnsafeNativeMethods
.IMsoComponent[] ppic,
2272
UnsafeNativeMethods
.IMsoComponent component = null;
2315
internal sealed class ThreadContext : MarshalByRefObject,
UnsafeNativeMethods
.IMsoComponent {
2362
private
UnsafeNativeMethods
.IMsoComponentManager componentManager;
2396
UnsafeNativeMethods
.DuplicateHandle(new HandleRef(null, SafeNativeMethods.GetCurrentProcess()), new HandleRef(null, SafeNativeMethods.GetCurrentThread()),
2419
internal
UnsafeNativeMethods
.IMsoComponentManager ComponentManager {
2440
UnsafeNativeMethods
.IMsoComponentManager msocm = null;
2447
if (NativeMethods.Succeeded(
UnsafeNativeMethods
.CoRegisterMessageFilter(NativeMethods.NullHandleRef, ref msgFilterPtr)) && msgFilterPtr != (IntPtr)0) {
2450
UnsafeNativeMethods
.CoRegisterMessageFilter(new HandleRef(null, msgFilterPtr), ref dummy);
2455
UnsafeNativeMethods
.IOleServiceProvider sp = msgFilterObj as
UnsafeNativeMethods
.IOleServiceProvider;
2477
Guid IID_IMsoComponentManager = typeof(
UnsafeNativeMethods
.IMsoComponentManager).GUID;
2728
UnsafeNativeMethods
.IMsoComponentManager cm = ComponentManager;
2809
UnsafeNativeMethods
.OleUninitialize();
2818
UnsafeNativeMethods
.CloseHandle(new HandleRef(this, handle));
2940
UnsafeNativeMethods
.IMsoComponentManager cm = ComponentManager;
3008
UnsafeNativeMethods
.CloseHandle(new HandleRef(this, handle));
3017
UnsafeNativeMethods
.IMsoComponentManager cm = ComponentManager;
3030
UnsafeNativeMethods
.IMsoComponentManager cm = ComponentManager;
3140
UnsafeNativeMethods
.IMsoComponent[] activeComponents = new
UnsafeNativeMethods
.IMsoComponent[1];
3182
int ret =
UnsafeNativeMethods
.OleInitialize();
3312
UnsafeNativeMethods
.PostThreadMessage(id, NativeMethods.WM_QUIT, IntPtr.Zero, IntPtr.Zero);
3344
userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
3351
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
3428
hwndOwner = new HandleRef(null,
UnsafeNativeMethods
.GetWindowLong(new HandleRef(currentForm, currentForm.Handle), NativeMethods.GWL_HWNDPARENT));
3527
bool peeked =
UnsafeNativeMethods
.PeekMessage(ref msg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.PM_NOREMOVE);
3537
if (!
UnsafeNativeMethods
.GetMessageW(ref msg, NativeMethods.NullHandleRef, 0, 0)) {
3544
if (!
UnsafeNativeMethods
.GetMessageA(ref msg, NativeMethods.NullHandleRef, 0, 0)) {
3550
UnsafeNativeMethods
.TranslateMessage(ref msg);
3552
UnsafeNativeMethods
.DispatchMessageW(ref msg);
3555
UnsafeNativeMethods
.DispatchMessageA(ref msg);
3566
else if (!
UnsafeNativeMethods
.PeekMessage(ref msg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.PM_NOREMOVE)) {
3567
UnsafeNativeMethods
.WaitMessage();
3697
IntPtr hwndRoot =
UnsafeNativeMethods
.GetAncestor(new HandleRef(null, msg.hwnd), NativeMethods.GA_ROOT);
3702
if (hwndRoot != IntPtr.Zero &&
UnsafeNativeMethods
.IsDialogMessage(new HandleRef(null, hwndRoot), ref msg))
3727
UnsafeNativeMethods
.IMsoComponentManager msocm = componentManager;
3791
bool
UnsafeNativeMethods
.IMsoComponent.FDebugMessage(IntPtr hInst, int msg, IntPtr wparam, IntPtr lparam)
3804
bool
UnsafeNativeMethods
.IMsoComponent.FPreTranslateMessage(ref NativeMethods.MSG msg) {
3825
void
UnsafeNativeMethods
.IMsoComponent.OnEnterState(int uStateID, bool fEnter) {
3856
void
UnsafeNativeMethods
.IMsoComponent.OnAppActivate(bool fActive, int dwOtherThreadID) {
3864
void
UnsafeNativeMethods
.IMsoComponent.OnLoseActivation() {
3903
void
UnsafeNativeMethods
.IMsoComponent.OnActivationChange(
UnsafeNativeMethods
.IMsoComponent component, bool fSameComponent,
3928
bool
UnsafeNativeMethods
.IMsoComponent.FDoIdle(int grfidlef) {
3950
bool
UnsafeNativeMethods
.IMsoComponent.FContinueMessageLoop(int reason, int pvLoopData, NativeMethods.MSG[] msgPeeked) {
3968
SafeNativeMethods.GetWindowThreadProcessId(new HandleRef(null,
UnsafeNativeMethods
.GetActiveWindow()), out pid);
3990
if (!
UnsafeNativeMethods
.PeekMessage(ref tempMsg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.PM_NOREMOVE)) {
4013
bool
UnsafeNativeMethods
.IMsoComponent.FQueryTerminate(bool fPromptUser) {
4024
void
UnsafeNativeMethods
.IMsoComponent.Terminate() {
4040
IntPtr
UnsafeNativeMethods
.IMsoComponent.HwndGetWindow(int dwWhich, int dwReserved) {
4156
UnsafeNativeMethods
.PostMessage(new HandleRef(this, HandleInternal), WM_CHECKDESTROY, IntPtr.Zero, IntPtr.Zero);
4167
IntPtr hwndChild =
UnsafeNativeMethods
.GetWindow(new HandleRef(this, Handle), NativeMethods.GW_CHILD);
4187
UnsafeNativeMethods
.SetParent(handle, new HandleRef(this, Handle));
4196
Debug.Assert(
UnsafeNativeMethods
.GetParent(handle) != Handle, "Always set the handle's parent to someone else before calling UnparkHandle");
4211
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), WM_CHECKDESTROY, IntPtr.Zero, IntPtr.Zero);
4240
UnsafeNativeMethods
.EnumThreadWindows(SafeNativeMethods.GetCurrentThreadId(),
4275
if (
UnsafeNativeMethods
.IsWindow(new HandleRef(null, hWnd))) {
4288
activeHwnd =
UnsafeNativeMethods
.GetActiveWindow();
4294
focusedHwnd =
UnsafeNativeMethods
.GetFocus();
4301
if (
UnsafeNativeMethods
.IsWindow(new HandleRef(null, hWnd))) SafeNativeMethods.EnableWindow(new HandleRef(null, hWnd), state);
4313
if (activeHwnd != IntPtr.Zero &&
UnsafeNativeMethods
.IsWindow(new HandleRef(null, activeHwnd))) {
4314
UnsafeNativeMethods
.SetActiveWindow(new HandleRef(null, activeHwnd));
4317
if (focusedHwnd != IntPtr.Zero &&
UnsafeNativeMethods
.IsWindow(new HandleRef(null, focusedHwnd))) {
4318
UnsafeNativeMethods
.SetFocus(new HandleRef(null, focusedHwnd));
4345
IntPtr parentHandle =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, MainForm.Handle), NativeMethods.GWL_HWNDPARENT);
winforms\Managed\System\WinForms\AxHost.cs (205)
129
private static Guid icf2_Guid = typeof(
UnsafeNativeMethods
.IClassFactory2).GUID;
130
private static Guid ifont_Guid = typeof(
UnsafeNativeMethods
.IFont).GUID;
132
private static Guid ipicture_Guid = typeof(
UnsafeNativeMethods
.IPicture).GUID;
133
private static Guid ipictureDisp_Guid = typeof(
UnsafeNativeMethods
.IPictureDisp).GUID;
134
private static Guid ivbformat_Guid = typeof(
UnsafeNativeMethods
.IVBFormat).GUID;
135
private static Guid ioleobject_Guid = typeof(
UnsafeNativeMethods
.IOleObject).GUID;
214
private
UnsafeNativeMethods
.IOleInPlaceObject iOleInPlaceObject;
215
private
UnsafeNativeMethods
.IOleObject iOleObject;
216
private
UnsafeNativeMethods
.IOleControl iOleControl;
217
private
UnsafeNativeMethods
.IOleInPlaceActiveObject iOleInPlaceActiveObject;
218
private
UnsafeNativeMethods
.IOleInPlaceActiveObject iOleInPlaceActiveObjectExternal;
221
private
UnsafeNativeMethods
.IPersistPropertyBag iPersistPropBag;
222
private
UnsafeNativeMethods
.IPersistStream iPersistStream;
223
private
UnsafeNativeMethods
.IPersistStreamInit iPersistStreamInit;
224
private
UnsafeNativeMethods
.IPersistStorage iPersistStorage;
1242
UnsafeNativeMethods
.IOleControl oleCtl = this.GetOcx() as
UnsafeNativeMethods
.IOleControl;
1348
uiDeactivate = !
UnsafeNativeMethods
.IsChild(new HandleRef(this, GetHandleNoCreate()), new HandleRef(null, hwndFocus));
1452
IntPtr hDC =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
1455
logPixelsX =
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSX);
1456
logPixelsY =
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSY);
1458
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, hDC));
1469
((
UnsafeNativeMethods
.IOleControlSite)oleSite).TransformCoords(phm, pcont, NativeMethods.ActiveX.XFORMCOORDS_SIZE | NativeMethods.ActiveX.XFORMCOORDS_HIMETRICTOCONTAINER);
1479
((
UnsafeNativeMethods
.IOleControlSite)oleSite).TransformCoords(phm, pcont, NativeMethods.ActiveX.XFORMCOORDS_SIZE | NativeMethods.ActiveX.XFORMCOORDS_CONTAINERTOHIMETRIC);
1615
IntPtr currentWndproc =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_WNDPROC);
1626
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_WNDPROC, new HandleRef(this, currentWndproc));
1870
((
UnsafeNativeMethods
.IOleClientSite)oleSite).ShowObject();
2049
UnsafeNativeMethods
.IOleInPlaceActiveObject activeObj = GetInPlaceActiveObject();
2120
UnsafeNativeMethods
.GetCursorPos(p);
2228
iPersistStream.Save(new
UnsafeNativeMethods
.ComStreamFromDataStream(ms), true);
2231
iPersistStreamInit.Save(new
UnsafeNativeMethods
.ComStreamFromDataStream(ms), true);
2535
UnsafeNativeMethods
.IClassFactory2 icf2 =
UnsafeNativeMethods
.CoGetClassObject(ref clsid, INPROC_SERVER, 0, ref icf2_Guid);
2560
ret =
UnsafeNativeMethods
.CoCreateInstance(ref clsid, null, INPROC_SERVER, ref NativeMethods.ActiveX.IID_IUnknown);
2569
UnsafeNativeMethods
.IClassFactory2 icf2 =
UnsafeNativeMethods
.CoGetClassObject(ref clsid, INPROC_SERVER, 0, ref icf2_Guid);
2690
IntPtr hwndFocus =
UnsafeNativeMethods
.GetFocus();
3074
private void DepersistFromIPropertyBag(
UnsafeNativeMethods
.IPropertyBag propBag) {
3078
private void DepersistFromIStream(
UnsafeNativeMethods
.IStream istream) {
3083
private void DepersistFromIStreamInit(
UnsafeNativeMethods
.IStream istream) {
3088
private void DepersistFromIStorage(
UnsafeNativeMethods
.IStorage storage) {
3110
if (instance is
UnsafeNativeMethods
.IPersistStreamInit) {
3111
iPersistStreamInit = (
UnsafeNativeMethods
.IPersistStreamInit) instance;
3121
if (instance is
UnsafeNativeMethods
.IPersistStream) {
3123
iPersistStream = (
UnsafeNativeMethods
.IPersistStream) instance;
3126
if (instance is
UnsafeNativeMethods
.IPersistStorage) {
3129
iPersistStorage = (
UnsafeNativeMethods
.IPersistStorage) instance;
3138
if (instance is
UnsafeNativeMethods
.IPersistPropertyBag) {
3140
iPersistPropBag = (
UnsafeNativeMethods
.IPersistPropertyBag) instance;
3157
iPersistStream = (
UnsafeNativeMethods
.IPersistStream) instance;
3165
if (instance is
UnsafeNativeMethods
.IPersistStreamInit) {
3167
iPersistStreamInit = (
UnsafeNativeMethods
.IPersistStreamInit) instance;
3183
iPersistStorage = (
UnsafeNativeMethods
.IPersistStorage) instance;
3197
iPersistPropBag = (
UnsafeNativeMethods
.IPersistPropertyBag)instance;
3313
UnsafeNativeMethods
.OleCreatePropertyFrameIndirect(opcparams);
3385
((
UnsafeNativeMethods
.IPropertyNotifySink)oleSite).OnChanged(NativeMethods.MEMBERID_NIL);
3498
UnsafeNativeMethods
.IOleInPlaceObject ipo = GetInPlaceObject();
3561
IntPtr wndProc =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_WNDPROC);
3562
m.Result =
UnsafeNativeMethods
.CallWindowProc(wndProc, handle, m.Msg, m.WParam, m.LParam);
3591
wndprocAddr =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_WNDPROC);
3692
private
UnsafeNativeMethods
.IConnectionPoint connectionPoint;
3708
if (source is
UnsafeNativeMethods
.IConnectionPointContainer) {
3709
UnsafeNativeMethods
.IConnectionPointContainer cpc = (
UnsafeNativeMethods
.IConnectionPointContainer)source;
3886
:
UnsafeNativeMethods
.IOleControlSite,
UnsafeNativeMethods
.IOleClientSite,
UnsafeNativeMethods
.IOleInPlaceSite,
UnsafeNativeMethods
.ISimpleFrameSite,
UnsafeNativeMethods
.IVBGetControl,
UnsafeNativeMethods
.IGetVBAObject,
UnsafeNativeMethods
.IPropertyNotifySink, IReflect, IDisposable {
3931
connectionPoint = new ConnectionPointCookie(nativeObject, this, typeof(
UnsafeNativeMethods
.IPropertyNotifySink));
3959
int
UnsafeNativeMethods
.IGetVBAObject.GetObject(ref Guid riid,
UnsafeNativeMethods
.IVBFormat[] rval, int dwReserved) {
3977
int
UnsafeNativeMethods
.IVBGetControl.EnumControls(int dwOleContF, int dwWhich, out
UnsafeNativeMethods
.IEnumUnknown ppenum) {
3986
int
UnsafeNativeMethods
.ISimpleFrameSite.PreMessageFilter(IntPtr hwnd, int msg, IntPtr wp, IntPtr lp, ref IntPtr plResult, ref int pdwCookie) {
3990
int
UnsafeNativeMethods
.ISimpleFrameSite.PostMessageFilter(IntPtr hwnd, int msg, IntPtr wp, IntPtr lp, ref IntPtr plResult, int dwCookie) {
4057
int
UnsafeNativeMethods
.IOleControlSite.OnControlInfoChanged() {
4062
int
UnsafeNativeMethods
.IOleControlSite.LockInPlaceActive(int fLock) {
4067
int
UnsafeNativeMethods
.IOleControlSite.GetExtendedControl(out object ppDisp) {
4076
int
UnsafeNativeMethods
.IOleControlSite.TransformCoords(NativeMethods._POINTL pPtlHimetric, NativeMethods.tagPOINTF pPtfContainer, int dwFlags) {
4117
int
UnsafeNativeMethods
.IOleControlSite.TranslateAccelerator(ref NativeMethods.MSG pMsg, int grfModifiers) {
4136
int
UnsafeNativeMethods
.IOleControlSite.OnFocus(int fGotFocus) {
4141
int
UnsafeNativeMethods
.IOleControlSite.ShowPropertyFrame() {
4151
int
UnsafeNativeMethods
.IOleClientSite.SaveObject() {
4156
int
UnsafeNativeMethods
.IOleClientSite.GetMoniker(int dwAssign, int dwWhichMoniker, out Object moniker) {
4162
int
UnsafeNativeMethods
.IOleClientSite.GetContainer(out
UnsafeNativeMethods
.IOleContainer container) {
4169
int
UnsafeNativeMethods
.IOleClientSite.ShowObject() {
4200
else if (host.GetInPlaceObject() is
UnsafeNativeMethods
.IOleInPlaceObjectWindowless) {
4208
int
UnsafeNativeMethods
.IOleClientSite.OnShowWindow(int fShow) {
4213
int
UnsafeNativeMethods
.IOleClientSite.RequestNewObjectLayout() {
4226
IntPtr
UnsafeNativeMethods
.IOleInPlaceSite.GetWindow() {
4241
int
UnsafeNativeMethods
.IOleInPlaceSite.ContextSensitiveHelp(int fEnterMode) {
4246
int
UnsafeNativeMethods
.IOleInPlaceSite.CanInPlaceActivate() {
4251
int
UnsafeNativeMethods
.IOleInPlaceSite.OnInPlaceActivate() {
4259
int
UnsafeNativeMethods
.IOleInPlaceSite.OnUIActivate() {
4266
int
UnsafeNativeMethods
.IOleInPlaceSite.GetWindowContext(out
UnsafeNativeMethods
.IOleInPlaceFrame ppFrame, out
UnsafeNativeMethods
.IOleInPlaceUIWindow ppDoc,
4282
int
UnsafeNativeMethods
.IOleInPlaceSite.Scroll(NativeMethods.tagSIZE scrollExtant) {
4293
int
UnsafeNativeMethods
.IOleInPlaceSite.OnUIDeactivate(int fUndoable) {
4302
int
UnsafeNativeMethods
.IOleInPlaceSite.OnInPlaceDeactivate() {
4305
((
UnsafeNativeMethods
.IOleInPlaceSite)this).OnUIDeactivate(0);
4314
int
UnsafeNativeMethods
.IOleInPlaceSite.DiscardUndoState() {
4319
int
UnsafeNativeMethods
.IOleInPlaceSite.DeactivateAndUndo() {
4324
int
UnsafeNativeMethods
.IOleInPlaceSite.OnPosRectChange(NativeMethods.COMRECT lprcPosRect) {
4348
void
UnsafeNativeMethods
.IPropertyNotifySink.OnChanged(int dispid) {
4412
int
UnsafeNativeMethods
.IPropertyNotifySink.OnRequestEdit(int dispid) {
4428
if (!(instance is
UnsafeNativeMethods
.IQuickActivate)) return false;
4429
UnsafeNativeMethods
.IQuickActivate iqa = (
UnsafeNativeMethods
.IQuickActivate) instance;
4431
UnsafeNativeMethods
.tagQACONTAINER qaContainer = new
UnsafeNativeMethods
.tagQACONTAINER();
4432
UnsafeNativeMethods
.tagQACONTROL qaControl = new
UnsafeNativeMethods
.tagQACONTROL();
4652
private
UnsafeNativeMethods
.IOleControl GetOleControl() {
4655
iOleControl = (
UnsafeNativeMethods
.IOleControl) instance;
4660
private
UnsafeNativeMethods
.IOleInPlaceActiveObject GetInPlaceActiveObject() {
4670
iOleInPlaceActiveObject = (
UnsafeNativeMethods
.IOleInPlaceActiveObject)instance;
4679
private
UnsafeNativeMethods
.IOleObject GetOleObject() {
4682
iOleObject = (
UnsafeNativeMethods
.IOleObject) instance;
4687
private
UnsafeNativeMethods
.IOleInPlaceObject GetInPlaceObject() {
4690
iOleInPlaceObject = (
UnsafeNativeMethods
.IOleInPlaceObject) instance;
4769
return
UnsafeNativeMethods
.OleCreateIPictureIndirect(pictdesc, ref ipicture_Guid, true);
4782
return
UnsafeNativeMethods
.OleCreateIPictureIndirect(pictdesc, ref ipicture_Guid, true);
4795
return
UnsafeNativeMethods
.OleCreateIPictureDispIndirect(pictdesc, ref ipictureDisp_Guid, true);
4808
UnsafeNativeMethods
.IPicture pict = (
UnsafeNativeMethods
.IPicture)picture;
4830
UnsafeNativeMethods
.IPictureDisp pict = (
UnsafeNativeMethods
.IPictureDisp)picture;
4928
return (
UnsafeNativeMethods
.IFont)
UnsafeNativeMethods
.OleCreateIFontIndirect(GetFONTDESCFromFont(font), ref ifont_Guid);
4945
UnsafeNativeMethods
.IFont oleFont = (
UnsafeNativeMethods
.IFont)font;
4987
UnsafeNativeMethods
.IFont ifont = font as
UnsafeNativeMethods
.IFont;
5146
private class VBFormat :
UnsafeNativeMethods
.IVBFormat {
5150
int
UnsafeNativeMethods
.IVBFormat.Format(ref Object var, IntPtr pszFormat, IntPtr lpBuffer, short cpBuffer, int lcid, short firstD, short firstW, short[] result) {
5160
int hr =
UnsafeNativeMethods
.VarFormat(ref var, new HandleRef(null, pszFormat), firstD, firstW, 32 /* VAR_FORMAT_NOSUBSTITUTE */, ref pbstr);
5186
internal class EnumUnknown :
UnsafeNativeMethods
.IEnumUnknown {
5202
unsafe int
UnsafeNativeMethods
.IEnumUnknown.Next(int celt, IntPtr rgelt, IntPtr pceltFetched) {
5233
int
UnsafeNativeMethods
.IEnumUnknown.Skip(int celt) {
5241
void
UnsafeNativeMethods
.IEnumUnknown.Reset() {
5245
void
UnsafeNativeMethods
.IEnumUnknown.Clone(out
UnsafeNativeMethods
.IEnumUnknown ppenum) {
5253
internal class AxContainer :
UnsafeNativeMethods
.IOleContainer,
UnsafeNativeMethods
.IOleInPlaceFrame, IReflect {
5344
internal
UnsafeNativeMethods
.IExtender GetProxyForControl(Control ctl) {
5345
UnsafeNativeMethods
.IExtender rval = null;
5350
rval = (
UnsafeNativeMethods
.IExtender) proxyCache[ctl];
5450
internal
UnsafeNativeMethods
.IEnumUnknown EnumControls(Control ctl, int dwOleContF, int dwWhich) {
5920
int
UnsafeNativeMethods
.IOleContainer.ParseDisplayName(Object pbc, string pszDisplayName, int[] pchEaten, Object[] ppmkOut) {
5932
int
UnsafeNativeMethods
.IOleContainer.EnumObjects(int grfFlags, out
UnsafeNativeMethods
.IEnumUnknown ppenum) {
5954
int
UnsafeNativeMethods
.IOleContainer.LockContainer(bool fLock) {
5961
IntPtr
UnsafeNativeMethods
.IOleInPlaceFrame.GetWindow() {
5966
int
UnsafeNativeMethods
.IOleInPlaceFrame.ContextSensitiveHelp(int fEnterMode) {
5975
int
UnsafeNativeMethods
.IOleInPlaceFrame.GetBorder(NativeMethods.COMRECT lprectBorder) {
5984
int
UnsafeNativeMethods
.IOleInPlaceFrame.RequestBorderSpace(NativeMethods.COMRECT pborderwidths) {
5993
int
UnsafeNativeMethods
.IOleInPlaceFrame.SetBorderSpace(NativeMethods.COMRECT pborderwidths) {
6011
int
UnsafeNativeMethods
.IOleInPlaceFrame.SetActiveObject(
UnsafeNativeMethods
.IOleInPlaceActiveObject pActiveObject, string pszObjName) {
6029
if (pActiveObject is
UnsafeNativeMethods
.IOleObject) {
6030
UnsafeNativeMethods
.IOleObject oleObject = (
UnsafeNativeMethods
.IOleObject) pActiveObject;
6031
UnsafeNativeMethods
.IOleClientSite clientSite = null;
6068
int
UnsafeNativeMethods
.IOleInPlaceFrame.InsertMenus(IntPtr hmenuShared, NativeMethods.tagOleMenuGroupWidths lpMenuWidths) {
6077
int
UnsafeNativeMethods
.IOleInPlaceFrame.SetMenu(IntPtr hmenuShared, IntPtr holemenu, IntPtr hwndActiveObject) {
6086
int
UnsafeNativeMethods
.IOleInPlaceFrame.RemoveMenus(IntPtr hmenuShared) {
6095
int
UnsafeNativeMethods
.IOleInPlaceFrame.SetStatusText(string pszStatusText) {
6104
int
UnsafeNativeMethods
.IOleInPlaceFrame.EnableModeless(bool fEnable) {
6112
int
UnsafeNativeMethods
.IOleInPlaceFrame.TranslateAccelerator(ref NativeMethods.MSG lpmsg, short wID) {
6121
private class ExtenderProxy :
UnsafeNativeMethods
.IExtender,
UnsafeNativeMethods
.IVBGetControl,
UnsafeNativeMethods
.IGetVBAObject,
UnsafeNativeMethods
.IGetOleObject, IReflect {
6138
int
UnsafeNativeMethods
.IVBGetControl.EnumControls(int dwOleContF, int dwWhich, out
UnsafeNativeMethods
.IEnumUnknown ppenum) {
6144
object
UnsafeNativeMethods
.IGetOleObject.GetOleObject(ref Guid riid) {
6157
int
UnsafeNativeMethods
.IGetVBAObject.GetObject(ref Guid riid,
UnsafeNativeMethods
.IVBFormat[] rval, int dwReserved) {
6573
private
UnsafeNativeMethods
.IStorage storage;
6574
private
UnsafeNativeMethods
.ILockBytes iLockBytes;
6693
hglobal =
UnsafeNativeMethods
.GlobalAlloc(NativeMethods.GMEM_MOVEABLE, length);
6694
IntPtr pointer =
UnsafeNativeMethods
.GlobalLock(new HandleRef(null, hglobal));
6701
UnsafeNativeMethods
.GlobalUnlock(new HandleRef(null, hglobal));
6706
iLockBytes =
UnsafeNativeMethods
.CreateILockBytesOnHGlobal(new HandleRef(null, hglobal), true);
6708
storage =
UnsafeNativeMethods
.StgCreateDocfileOnILockBytes(iLockBytes,
6712
storage =
UnsafeNativeMethods
.StgOpenStorageOnILockBytes(iLockBytes,
6722
UnsafeNativeMethods
.GlobalFree(new HandleRef(null, hglobal));
6731
internal
UnsafeNativeMethods
.IPropertyBag GetPropBag() {
6735
internal
UnsafeNativeMethods
.IStorage GetStorage() {
6741
internal
UnsafeNativeMethods
.IStream GetStream() {
6750
return new
UnsafeNativeMethods
.ComStreamFromDataStream(ms);
6781
internal State RefreshStorage(
UnsafeNativeMethods
.IPersistStorage iPersistStorage) {
6795
IntPtr hglobal =
UnsafeNativeMethods
.GetHGlobalFromILockBytes(iLockBytes);
6796
IntPtr pointer =
UnsafeNativeMethods
.GlobalLock(new HandleRef(null, hglobal));
6807
UnsafeNativeMethods
.GlobalUnlock(new HandleRef(null, hglobal));
6868
internal class PropertyBagStream :
UnsafeNativeMethods
.IPropertyBag {
6882
int
UnsafeNativeMethods
.IPropertyBag.Read(string pszPropName, ref object pVar,
UnsafeNativeMethods
.IErrorLog pErrorLog) {
6899
int
UnsafeNativeMethods
.IPropertyBag.Write(string pszPropName, ref object pVar) {
6937
((
UnsafeNativeMethods
.IOleControlSite)host.oleSite).ShowPropertyFrame();
winforms\Managed\System\WinForms\Button.cs (1)
306
if (
UnsafeNativeMethods
.WindowFromPoint(pt.X, pt.Y) == Handle && !ValidationCancelled) {
winforms\Managed\System\WinForms\CheckBox.cs (1)
648
if (
UnsafeNativeMethods
.WindowFromPoint(pt.X, pt.Y) == Handle) {
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1672
UnsafeNativeMethods
.ClientToScreen(new HandleRef(ParentCheckedListBox, ParentCheckedListBox.Handle), pt);
winforms\Managed\System\WinForms\Clipboard.cs (4)
173
hr =
UnsafeNativeMethods
.OleSetClipboard((IComDataObject)data);
176
hr =
UnsafeNativeMethods
.OleSetClipboard(dataObject);
191
hr =
UnsafeNativeMethods
.OleFlushClipboard();
245
hr =
UnsafeNativeMethods
.OleGetClipboard(ref dataObject);
winforms\Managed\System\WinForms\ColorDialog.cs (1)
187
get { return
UnsafeNativeMethods
.GetModuleHandle(null);}
winforms\Managed\System\WinForms\ColumnHeader.cs (4)
397
IntPtr hwndHdr =
UnsafeNativeMethods
.SendMessage(new HandleRef(listview, listview.Handle), NativeMethods.LVM_GETHEADER, 0, 0);
399
int nativeColumnCount = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(listview, hwndHdr), NativeMethods.HDM_GETITEMCOUNT, 0, 0);
401
width = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(listview, listview.Handle), NativeMethods.LVM_GETCOLUMNWIDTH, Index, 0);
475
UnsafeNativeMethods
.SendMessage(new HandleRef(this.listview, this.listview.Handle), NativeMethods.LVM_SETCOLUMNORDERARRAY, cols.Length, cols);
winforms\Managed\System\WinForms\ComboBox.cs (80)
654
IntPtr focus =
UnsafeNativeMethods
.GetFocus();
1132
UnsafeNativeMethods
.SendMessage(new HandleRef(this, childEdit.Handle), NativeMethods.EM_REPLACESEL, NativeMethods.InvalidIntPtr, str);
1152
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.CB_GETEDITSEL, start, end);
1173
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.CB_GETEDITSEL, value, (int[])null);
1608
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref comboRectMid);
1613
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, childEdit.Handle), ref editRectMid);
1769
UnsafeNativeMethods
.SendMessage(new HandleRef(this, childEdit.Handle), NativeMethods.EM_SETMARGINS,
1838
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref r);
1930
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.WM_CONTEXTMENU, m.WParam, m.LParam);
1983
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref rect);
2359
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.CB_GETLBTEXT, index, sb);
2440
IntPtr hwnd =
UnsafeNativeMethods
.GetWindow(new HandleRef(this, Handle), NativeMethods.GW_CHILD);
2451
hwnd =
UnsafeNativeMethods
.GetWindow(new HandleRef(this, hwnd), NativeMethods.GW_HWNDNEXT);
2459
UnsafeNativeMethods
.SendMessage(new HandleRef(this, childEdit.Handle), NativeMethods.EM_SETMARGINS,
2561
UnsafeNativeMethods
.ExpandCollapseState.Collapsed,
2562
UnsafeNativeMethods
.ExpandCollapseState.Expanded);
2972
UnsafeNativeMethods
.ExpandCollapseState.Expanded,
2973
UnsafeNativeMethods
.ExpandCollapseState.Collapsed);
3443
UnsafeNativeMethods
.SendMessage(new HandleRef(this, childEdit.Handle), NativeMethods.WM_SETTEXT, IntPtr.Zero, s);
3689
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), NativeMethods.WM_MOUSELEAVE, 0, 0);
3724
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref r);
3775
dc =
UnsafeNativeMethods
.BeginPaint(new HandleRef(this, Handle), ref ps);
3799
UnsafeNativeMethods
.EndPaint(new HandleRef(this, Handle), ref ps);
3939
m.Result =
UnsafeNativeMethods
.UiaReturnRawElementProvider(
3961
UnsafeNativeMethods
.IAccessibleInternal iacc = null;
3975
iacc = (
UnsafeNativeMethods
.IAccessibleInternal)_accessibilityObject;
3983
m.Result =
UnsafeNativeMethods
.LresultFromObject(ref IID_IAccessible, m.WParam, new HandleRef(this, punkAcc));
4579
internal override
UnsafeNativeMethods
.ExpandCollapseState ExpandCollapseState {
4581
return ownerItem.DroppedDown == true ?
UnsafeNativeMethods
.ExpandCollapseState.Expanded :
UnsafeNativeMethods
.ExpandCollapseState.Collapsed;
4635
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
4637
case
UnsafeNativeMethods
.NavigateDirection.Parent:
4639
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
4650
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
4667
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
4821
internal override
UnsafeNativeMethods
.IRawElementProviderSimple ItemSelectionContainer {
4894
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
4895
if (direction ==
UnsafeNativeMethods
.NavigateDirection.FirstChild) {
4898
else if (direction ==
UnsafeNativeMethods
.NavigateDirection.LastChild) {
4908
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
4914
internal override
UnsafeNativeMethods
.IRawElementProviderSimple GetOverrideProviderForHwnd(IntPtr hwnd) {
5051
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
5053
case
UnsafeNativeMethods
.NavigateDirection.Parent:
5056
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
5070
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
5088
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
5133
internal override
UnsafeNativeMethods
.IRawElementProviderSimple HostRawElementProvider {
5136
UnsafeNativeMethods
.IRawElementProviderSimple provider;
5137
UnsafeNativeMethods
.UiaHostProviderFromHwnd(new HandleRef(this, _handle), out provider);
5151
return (int)
UnsafeNativeMethods
.ProviderOptions.ClientSideProvider;
5195
internal override
UnsafeNativeMethods
.IRawElementProviderFragment ElementProviderFromPoint(double x, double y) {
5218
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
5220
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
5222
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
5237
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
5302
internal override
UnsafeNativeMethods
.IRawElementProviderFragment GetFocus() {
5311
internal override
UnsafeNativeMethods
.IRawElementProviderSimple[] GetSelection() {
5316
return new
UnsafeNativeMethods
.IRawElementProviderSimple[] {
5321
return new
UnsafeNativeMethods
.IRawElementProviderSimple[0];
5351
internal override
UnsafeNativeMethods
.IRawElementProviderSimple HostRawElementProvider {
5354
UnsafeNativeMethods
.IRawElementProviderSimple provider;
5355
UnsafeNativeMethods
.UiaHostProviderFromHwnd(new HandleRef(this, _childListControlhandle), out provider);
5444
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
5446
case
UnsafeNativeMethods
.NavigateDirection.Parent:
5448
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
5458
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
5476
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
5608
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
5609
if (direction ==
UnsafeNativeMethods
.NavigateDirection.Parent) {
5612
else if (direction ==
UnsafeNativeMethods
.NavigateDirection.PreviousSibling) {
5630
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
5767
UnsafeNativeMethods
.EnumChildWindows(new HandleRef(this, acHandle),
5871
UnsafeNativeMethods
.EnumThreadWindows(SafeNativeMethods.GetCurrentThreadId(), new NativeMethods.EnumThreadWindowsCallback(this.Callback), new HandleRef(null, IntPtr.Zero));
5887
UnsafeNativeMethods
.GetClassName(hRef, sb, MaxClassName);
winforms\Managed\System\WinForms\CommonDialog.cs (11)
155
UnsafeNativeMethods
.SetFocus(new HandleRef(null, wparam));
158
UnsafeNativeMethods
.PostMessage(new HandleRef(null, hWnd), CDM_SETDEFAULTFOCUS, 0, 0);
165
UnsafeNativeMethods
.SetFocus(new HandleRef(this, defaultControlHwnd));
178
UnsafeNativeMethods
.GetWindowRect(new HandleRef(null, hWnd), ref r);
224
return
UnsafeNativeMethods
.CallWindowProc(defOwnerWndProc, hWnd, msg, wparam, lparam);
283
hwndOwner =
UnsafeNativeMethods
.GetActiveWindow();
304
defOwnerWndProc =
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, hwndOwner), NativeMethods.GWL_WNDPROC, ownerProc);
307
userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
319
IntPtr currentSubClass =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, hwndOwner), NativeMethods.GWL_WNDPROC);
321
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, hwndOwner), NativeMethods.GWL_WNDPROC, new HandleRef(this, defOwnerWndProc));
323
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (60)
169
public
UnsafeNativeMethods
.IMsoComponentManager GetProxy(long pCM) {
171
UnsafeNativeMethods
.IMsoComponentManager original = (
UnsafeNativeMethods
.IMsoComponentManager)Marshal.GetObjectForIUnknown((IntPtr)pCM);
188
internal static
UnsafeNativeMethods
.IMsoComponentManager GetComponentManager(IntPtr pOriginal) {
197
UnsafeNativeMethods
.ICorRuntimeHost host = (
UnsafeNativeMethods
.ICorRuntimeHost) RuntimeEnvironment.GetRuntimeInterfaceAsObject(typeof(
UnsafeNativeMethods
.CorRuntimeHost).GUID, typeof(
UnsafeNativeMethods
.ICorRuntimeHost).GUID);
250
internal class ComponentManagerProxy : MarshalByRefObject,
UnsafeNativeMethods
.IMsoComponentManager,
UnsafeNativeMethods
.IMsoComponent {
253
private
UnsafeNativeMethods
.IMsoComponentManager _original;
258
private Dictionary<int,
UnsafeNativeMethods
.IMsoComponent> _components;
259
private
UnsafeNativeMethods
.IMsoComponent _activeComponent;
261
private
UnsafeNativeMethods
.IMsoComponent _trackingComponent;
264
internal ComponentManagerProxy(ComponentManagerBroker broker,
UnsafeNativeMethods
.IMsoComponentManager original) {
293
private
UnsafeNativeMethods
.IMsoComponent Component {
302
bool
UnsafeNativeMethods
.IMsoComponent.FDebugMessage(IntPtr hInst, int msg, IntPtr wparam, IntPtr lparam) {
303
UnsafeNativeMethods
.IMsoComponent c = Component;
312
bool
UnsafeNativeMethods
.IMsoComponent.FPreTranslateMessage(ref NativeMethods.MSG msg) {
313
UnsafeNativeMethods
.IMsoComponent c = Component;
322
void
UnsafeNativeMethods
.IMsoComponent.OnEnterState(int uStateID, bool fEnter) {
324
foreach (
UnsafeNativeMethods
.IMsoComponent c in _components.Values) {
330
void
UnsafeNativeMethods
.IMsoComponent.OnAppActivate(bool fActive, int dwOtherThreadID) {
332
foreach (
UnsafeNativeMethods
.IMsoComponent c in _components.Values) {
338
void
UnsafeNativeMethods
.IMsoComponent.OnLoseActivation() {
344
void
UnsafeNativeMethods
.IMsoComponent.OnActivationChange(
UnsafeNativeMethods
.IMsoComponent component, bool fSameComponent, int pcrinfo, bool fHostIsActivating, int pchostinfo, int dwReserved) {
346
foreach (
UnsafeNativeMethods
.IMsoComponent c in _components.Values) {
352
bool
UnsafeNativeMethods
.IMsoComponent.FDoIdle(int grfidlef) {
356
foreach (
UnsafeNativeMethods
.IMsoComponent c in _components.Values) {
364
bool
UnsafeNativeMethods
.IMsoComponent.FContinueMessageLoop(int reason, int pvLoopData, NativeMethods.MSG[] msgPeeked) {
375
foreach (
UnsafeNativeMethods
.IMsoComponent c in _components.Values) {
383
bool
UnsafeNativeMethods
.IMsoComponent.FQueryTerminate(bool fPromptUser) {
387
void
UnsafeNativeMethods
.IMsoComponent.Terminate() {
389
UnsafeNativeMethods
.IMsoComponent[] components = new
UnsafeNativeMethods
.IMsoComponent[_components.Values.Count];
391
foreach (
UnsafeNativeMethods
.IMsoComponent c in components) {
403
IntPtr
UnsafeNativeMethods
.IMsoComponent.HwndGetWindow(int dwWhich, int dwReserved) {
404
UnsafeNativeMethods
.IMsoComponent c = Component;
415
int
UnsafeNativeMethods
.IMsoComponentManager.QueryService(ref Guid guidService, ref Guid iid, out object ppvObj) {
419
bool
UnsafeNativeMethods
.IMsoComponentManager.FDebugMessage(IntPtr hInst, int msg, IntPtr wparam, IntPtr lparam) {
423
bool
UnsafeNativeMethods
.IMsoComponentManager.FRegisterComponent(
UnsafeNativeMethods
.IMsoComponent component, NativeMethods.MSOCRINFOSTRUCT pcrinfo, out IntPtr dwComponentID) {
440
_components = new Dictionary<int,
UnsafeNativeMethods
.IMsoComponent>();
467
bool
UnsafeNativeMethods
.IMsoComponentManager.FRevokeComponent(IntPtr dwComponentID) {
500
bool
UnsafeNativeMethods
.IMsoComponentManager.FUpdateComponentRegistration(IntPtr dwComponentID, NativeMethods.MSOCRINFOSTRUCT info) {
506
bool
UnsafeNativeMethods
.IMsoComponentManager.FOnComponentActivate(IntPtr dwComponentID) {
524
bool
UnsafeNativeMethods
.IMsoComponentManager.FSetTrackingComponent(IntPtr dwComponentID, bool fTrack) {
552
void
UnsafeNativeMethods
.IMsoComponentManager.OnComponentEnterState(IntPtr dwComponentID, int uStateID, int uContext, int cpicmExclude, int rgpicmExclude, int dwReserved) {
556
foreach (
UnsafeNativeMethods
.IMsoComponent comp in _components.Values) {
565
bool
UnsafeNativeMethods
.IMsoComponentManager.FOnComponentExitState(IntPtr dwComponentID, int uStateID, int uContext, int cpicmExclude, int rgpicmExclude ) {
569
foreach (
UnsafeNativeMethods
.IMsoComponent comp in _components.Values) {
578
bool
UnsafeNativeMethods
.IMsoComponentManager.FInState(int uStateID, IntPtr pvoid) {
583
bool
UnsafeNativeMethods
.IMsoComponentManager.FContinueIdle() {
588
bool
UnsafeNativeMethods
.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, int reason, int pvLoopData) {
593
bool
UnsafeNativeMethods
.IMsoComponentManager.FCreateSubComponentManager(object punkOuter, object punkServProv, ref Guid riid, out IntPtr ppvObj) {
598
bool
UnsafeNativeMethods
.IMsoComponentManager.FGetParentComponentManager(out
UnsafeNativeMethods
.IMsoComponentManager ppicm) {
603
bool
UnsafeNativeMethods
.IMsoComponentManager.FGetActiveComponent(int dwgac,
UnsafeNativeMethods
.IMsoComponent[] ppic, NativeMethods.MSOCRINFOSTRUCT info, int dwReserved) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2AboutBoxPropertyDescriptor.cs (4)
35
return typeof(
UnsafeNativeMethods
.IDispatch);
161
if (Marshal.IsComObject(component) && component is
UnsafeNativeMethods
.IDispatch) {
162
UnsafeNativeMethods
.IDispatch pDisp = (
UnsafeNativeMethods
.IDispatch)component;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2FontConverter.cs (4)
53
UnsafeNativeMethods
.IFont nativeFont = nativeValue as
UnsafeNativeMethods
.IFont;
114
UnsafeNativeMethods
.IFont nativeFont = (
UnsafeNativeMethods
.IFont)pd.GetNativeValue(pd.TargetObject);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
75
if (typeof(
UnsafeNativeMethods
.IDispatch).IsAssignableFrom(sender.PropertyType)) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IProvidePropertyBuilderHandler.cs (1)
76
if (typeof(
UnsafeNativeMethods
.IDispatch).IsAssignableFrom(sender.PropertyType)) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (2)
117
if (typeof(
UnsafeNativeMethods
.IDispatch).IsAssignableFrom(sender.PropertyType) && sender.CanShow){
185
if (sender.CanShow && typeof(
UnsafeNativeMethods
.IDispatch).IsAssignableFrom(sender.PropertyType)){
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (6)
59
Debug.Assert(nativeValue is
UnsafeNativeMethods
.IPicture, "nativevalue is not IPicture");
61
UnsafeNativeMethods
.IPicture nativePicture = (
UnsafeNativeMethods
.IPicture)nativeValue;
111
Guid g = typeof(
UnsafeNativeMethods
.IPicture).GUID;
126
UnsafeNativeMethods
.IPicture pict =
UnsafeNativeMethods
.OleCreatePictureIndirect(pictdesc, ref g, own);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (2)
340
UnsafeNativeMethods
.ITypeInfo[] pTypeInfos = Com2TypeInfoProcessor.FindTypeInfos(comObject, false);
407
private unsafe long GetTypeInfoVersion(
UnsafeNativeMethods
.ITypeInfo pTypeInfo) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (1)
46
IntPtr parentHandle = (IntPtr)
UnsafeNativeMethods
.GetFocus();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (17)
159
oleConverters[typeof(
UnsafeNativeMethods
.IFont).GUID] = typeof(Com2FontConverter);
160
oleConverters[typeof(
UnsafeNativeMethods
.IPictureDisp).GUID] = typeof(Com2PictureConverter);
161
oleConverters[typeof(
UnsafeNativeMethods
.IPicture).GUID] = typeof(Com2PictureConverter);
214
if (this.canShow && (propType == typeof(Object) || (valueConverter == null && propType == typeof(
UnsafeNativeMethods
.IDispatch)))) {
369
return typeof(
UnsafeNativeMethods
.IDispatch);
763
if (!typeof(
UnsafeNativeMethods
.IDispatch).IsAssignableFrom(this.PropertyType)) {
870
if (component == null || !Marshal.IsComObject(component) || !(component is
UnsafeNativeMethods
.IDispatch))
873
UnsafeNativeMethods
.IDispatch pDisp = (
UnsafeNativeMethods
.IDispatch)component;
1218
if (owner == null || !Marshal.IsComObject(owner) || !(owner is
UnsafeNativeMethods
.IDispatch)) {
1231
UnsafeNativeMethods
.IDispatch pDisp = (
UnsafeNativeMethods
.IDispatch)owner;
1278
if (pDisp is
UnsafeNativeMethods
.ISupportErrorInfo) {
1279
g = typeof(
UnsafeNativeMethods
.IDispatch).GUID;
1280
if (NativeMethods.Succeeded(((
UnsafeNativeMethods
.ISupportErrorInfo)pDisp).InterfaceSupportsErrorInfo(ref g))) {
1281
UnsafeNativeMethods
.IErrorInfo pErrorInfo = null;
1282
UnsafeNativeMethods
.GetErrorInfo(0, ref pErrorInfo);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyPageUITypeConverter.cs (1)
43
IntPtr hWndParent =
UnsafeNativeMethods
.GetFocus(); // Windows.GetForegroundWindow
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (32)
68
public static
UnsafeNativeMethods
.ITypeInfo FindTypeInfo(Object obj, bool wantCoClass) {
69
UnsafeNativeMethods
.ITypeInfo pTypeInfo = null;
95
if (obj is
UnsafeNativeMethods
.IDispatch) {
96
UnsafeNativeMethods
.IDispatch iDispatch = (
UnsafeNativeMethods
.IDispatch)obj;
115
public static
UnsafeNativeMethods
.ITypeInfo[] FindTypeInfos(Object obj, bool wantCoClass){
117
UnsafeNativeMethods
.ITypeInfo[] typeInfos = null;
119
UnsafeNativeMethods
.ITypeInfo temp = null;
128
typeInfos = new
UnsafeNativeMethods
.ITypeInfo[n];
143
typeInfos = new
UnsafeNativeMethods
.ITypeInfo[]{temp};
155
public static int GetNameDispId(
UnsafeNativeMethods
.IDispatch obj){
210
UnsafeNativeMethods
.ITypeInfo[] typeInfos = FindTypeInfos(obj, false);
226
UnsafeNativeMethods
.ITypeInfo ti = typeInfos[i];
282
private static Guid GetGuidForTypeInfo(
UnsafeNativeMethods
.ITypeInfo typeInfo, StructCache structCache, int[] versions) {
300
UnsafeNativeMethods
.PtrToStructure(pTypeAttr, typeAttr);
324
private static Type GetValueTypeFromTypeDesc(NativeMethods.tagTYPEDESC typeDesc,
UnsafeNativeMethods
.ITypeInfo typeInfo, Object[] typeData, StructCache structCache) {
355
UnsafeNativeMethods
.PtrToStructure(typeDesc.unionMember, refTypeDesc);
376
UnsafeNativeMethods
.ITypeInfo refTypeInfo = null;
398
UnsafeNativeMethods
.PtrToStructure(pRefTypeAttr, refTypeAttr);
436
private static PropertyDescriptor[] InternalGetProperties(Object obj,
UnsafeNativeMethods
.ITypeInfo typeInfo, int dispidToGet, ref int defaultIndex) {
444
int nameDispID = GetNameDispId((
UnsafeNativeMethods
.IDispatch)obj);
525
private static PropInfo ProcessDataCore(
UnsafeNativeMethods
.ITypeInfo typeInfo, IDictionary propInfoList, int dispid, int nameDispID, NativeMethods.tagTYPEDESC typeDesc, int flags, StructCache structCache) {
620
private static void ProcessFunctions(
UnsafeNativeMethods
.ITypeInfo typeInfo, IDictionary propInfoList, int dispidToGet, int nameDispID, ref bool addAboutBox, StructCache structCache) {
629
UnsafeNativeMethods
.PtrToStructure(pTypeAttr, typeAttr);
653
UnsafeNativeMethods
.PtrToStructure(pFuncDesc, funcDesc);
716
private static Type ProcessTypeInfoEnum(
UnsafeNativeMethods
.ITypeInfo enumTypeInfo, StructCache structCache) {
734
UnsafeNativeMethods
.PtrToStructure(pTypeAttr, typeAttr);
772
UnsafeNativeMethods
.PtrToStructure(pVarDesc, varDesc);
883
private static void ProcessVariables(
UnsafeNativeMethods
.ITypeInfo typeInfo, IDictionary propInfoList, int dispidToGet, int nameDispID, StructCache structCache) {
892
UnsafeNativeMethods
.PtrToStructure(pTypeAttr, typeAttr);
910
UnsafeNativeMethods
.PtrToStructure(pVarDesc, varDesc);
984
return typeof(
UnsafeNativeMethods
.IDispatch);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (11)
105
UnsafeNativeMethods
.ITypeInfo pTypeInfo = Com2TypeInfoProcessor.FindTypeInfo(component, true);
139
if (!(component is
UnsafeNativeMethods
.IDispatch)) {
143
int dispid = Com2TypeInfoProcessor.GetNameDispId((
UnsafeNativeMethods
.IDispatch)component);
157
if (!(component is
UnsafeNativeMethods
.IDispatch)) {
161
UnsafeNativeMethods
.IDispatch iDispatch = (
UnsafeNativeMethods
.IDispatch)component;
180
if (!(component is
UnsafeNativeMethods
.IDispatch)) {
195
if (!(component is
UnsafeNativeMethods
.IDispatch)) {
198
UnsafeNativeMethods
.IDispatch iDispatch = (
UnsafeNativeMethods
.IDispatch)component;
243
return dispid == Com2TypeInfoProcessor.GetNameDispId((
UnsafeNativeMethods
.IDispatch)obj);
winforms\Managed\System\WinForms\ContainerControl.cs (7)
677
IntPtr focusHandle =
UnsafeNativeMethods
.GetFocus();
679
UnsafeNativeMethods
.SetFocus(new HandleRef(activeControl, activeControl.Handle));
698
UnsafeNativeMethods
.SetFocus(new HandleRef(cc, cc.Handle));
716
UnsafeNativeMethods
.GetClientRect(new HandleRef(this, this.Handle), ref clientRectangle);
718
UnsafeNativeMethods
.ClientToScreen(new HandleRef(this, this.Handle), topLeftPoint);
739
IntPtr dc =
UnsafeNativeMethods
.CreateCompatibleDC(NativeMethods.NullHandleRef);
779
UnsafeNativeMethods
.DeleteCompatibleDC(hdc);
winforms\Managed\System\WinForms\Control.cs (382)
70
UnsafeNativeMethods
.IOleControl,
71
UnsafeNativeMethods
.IOleObject,
72
UnsafeNativeMethods
.IOleInPlaceObject,
73
UnsafeNativeMethods
.IOleInPlaceActiveObject,
74
UnsafeNativeMethods
.IOleWindow,
75
UnsafeNativeMethods
.IViewObject,
76
UnsafeNativeMethods
.IViewObject2,
77
UnsafeNativeMethods
.IPersist,
78
UnsafeNativeMethods
.IPersistStreamInit,
79
UnsafeNativeMethods
.IPersistPropertyBag,
80
UnsafeNativeMethods
.IPersistStorage,
81
UnsafeNativeMethods
.IQuickActivate,
1475
return IsHandleCreated &&
UnsafeNativeMethods
.GetCapture() == Handle;
1480
UnsafeNativeMethods
.SetCapture(new HandleRef(this, Handle));
1668
IntPtr focusHwnd =
UnsafeNativeMethods
.GetFocus();
1678
if (
UnsafeNativeMethods
.IsChild(new HandleRef(this, this.Handle), new HandleRef(this, focusHwnd))) {
1845
if ((
UnsafeNativeMethods
.GetModuleHandle(ExternDll.Comctl32) != IntPtr.Zero)
1846
|| (
UnsafeNativeMethods
.LoadLibraryFromSystemPathIfAvailable(ExternDll.Comctl32) != IntPtr.Zero)) {
2088
UnsafeNativeMethods
.GetCursorPos(p);
2089
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref r);
2091
if ((r.left <= p.x && p.x < r.right && r.top <= p.y && p.y < r.bottom) ||
UnsafeNativeMethods
.GetCapture() == Handle)
2479
return IsHandleCreated &&
UnsafeNativeMethods
.GetFocus() == Handle;
2929
IntPtr parentHandle =
UnsafeNativeMethods
.GetParent(new HandleRef(this, Handle));
2937
int len =
UnsafeNativeMethods
.GetClassName(new HandleRef(null, lastParentHandle), null, 0);
2941
UnsafeNativeMethods
.GetClassName(new HandleRef(null, lastParentHandle), sb, sb.Capacity);
2949
parentHandle =
UnsafeNativeMethods
.GetParent(new HandleRef(null, parentHandle));
3000
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref temp);
3015
(next =
UnsafeNativeMethods
.GetWindow(new HandleRef(null, prev), NativeMethods.GW_HWNDPREV)) != IntPtr.Zero;
3018
UnsafeNativeMethods
.GetWindowRect(new HandleRef(null, next), ref temp);
3343
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.ShiftKey) < 0) modifiers |= Keys.Shift;
3344
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.ControlKey) < 0) modifiers |= Keys.Control;
3345
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.Menu) < 0) modifiers |= Keys.Alt;
3360
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.LButton) < 0) buttons |= MouseButtons.Left;
3361
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.RButton) < 0) buttons |= MouseButtons.Right;
3362
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.MButton) < 0) buttons |= MouseButtons.Middle;
3363
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.XButton1) < 0) buttons |= MouseButtons.XButton1;
3364
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.XButton2) < 0) buttons |= MouseButtons.XButton2;
3383
UnsafeNativeMethods
.GetCursorPos(pt);
3592
if (
UnsafeNativeMethods
.SetWindowRgn(new HandleRef(this, Handle), new HandleRef(this, regionHandle), SafeNativeMethods.IsWindowVisible(new HandleRef(this, Handle))) != 0) {
4219
UnsafeNativeMethods
.SendMessage(new HandleRef(TopMostParent, TopMostParent.Handle),
4262
UnsafeNativeMethods
.SendMessage(new HandleRef(TopMostParent, TopMostParent.Handle),
4415
returnValue =
UnsafeNativeMethods
.GetExitCodeThread(threadHandle, out exitCode);
4472
return unchecked((int)(long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_EXSTYLE));
4475
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_EXSTYLE, new HandleRef(null, (IntPtr)value));
4485
return unchecked((int)(long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE));
4488
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE, new HandleRef(null, (IntPtr)value));
4546
UnsafeNativeMethods
.GetWindowText(new HandleRef(window, Handle), sb, sb.Capacity);
4554
UnsafeNativeMethods
.SetWindowText(new HandleRef(window, Handle), value);
5293
UnsafeNativeMethods
.NotifyWinEvent((int)accEvent, new HandleRef(this, Handle), objectID, childID + 1);
5797
userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
5832
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
5948
if (
UnsafeNativeMethods
.PeekMessage(ref msg, new HandleRef(this, Handle), threadCallbackMessage,
5978
if (0 != (NativeMethods.WS_EX_MDICHILD & (int)(long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(window, InternalHandle), NativeMethods.GWL_EXSTYLE))) {
5979
UnsafeNativeMethods
.DefMDIChildProc(InternalHandle, NativeMethods.WM_CLOSE, IntPtr.Zero, IntPtr.Zero);
6105
UnsafeNativeMethods
.IOleDropSource dropSource = new DropSource( this );
6174
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.WM_PRINT, (IntPtr)hDc,
6370
UnsafeNativeMethods
.SetFocus(new HandleRef(this, Handle));
6409
handle =
UnsafeNativeMethods
.GetAncestor(new HandleRef(null, handle), NativeMethods.GA_PARENT);
6485
IntPtr hwnd =
UnsafeNativeMethods
.ChildWindowFromPointEx(new HandleRef(null, Handle), pt.X, pt.Y, value);
6675
int id =
UnsafeNativeMethods
.GetMenuItemID(new HandleRef(null, hmenu), item);
6678
childMenu =
UnsafeNativeMethods
.GetSubMenu(new HandleRef(null, hmenu), item);
6679
int count =
UnsafeNativeMethods
.GetMenuItemCount(new HandleRef(null, childMenu));
6802
for (IntPtr hWndChild =
UnsafeNativeMethods
.GetWindow(new HandleRef(null, hWndParent), NativeMethods.GW_CHILD);
6804
hWndChild =
UnsafeNativeMethods
.GetWindow(new HandleRef(null, hWndChild), NativeMethods.GW_HWNDNEXT)) {
7047
Debug.Assert(hWnd == IntPtr.Zero ||
UnsafeNativeMethods
.IsWindow(new HandleRef(null, hWnd)));
7053
if (hWnd == IntPtr.Zero ||
UnsafeNativeMethods
.IsWindow(new HandleRef(null, hWnd))) {
7147
return
UnsafeNativeMethods
.GetStockObject(NativeMethods.HOLLOW_BRUSH);
7171
hwndMouseWheel =
UnsafeNativeMethods
.FindWindow(NativeMethods.MOUSEZ_CLASSNAME, NativeMethods.MOUSEZ_TITLE);
7573
int result =
UnsafeNativeMethods
.GetKeyState((int)keyVal);
7838
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), threadCallbackMessage, IntPtr.Zero, IntPtr.Zero);
8405
UnsafeNativeMethods
.SetParent(new HandleRef(this, this.Handle), new HandleRef(parent, parent.Handle));
8732
deviceDpi = (int)
UnsafeNativeMethods
.GetDpiForWindow(new HandleRef(this, HandleInternal));
8752
if (
UnsafeNativeMethods
.SetWindowRgn(new HandleRef(this, Handle), new HandleRef(this, regionHandle), SafeNativeMethods.IsWindowVisible(new HandleRef(this, Handle))) != 0) {
8792
UnsafeNativeMethods
.SetWindowText(new HandleRef(this, Handle), text);
8817
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), threadCallbackMessage, IntPtr.Zero, IntPtr.Zero);
8833
if (
UnsafeNativeMethods
.GetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_HORZ,si) != false) {
9404
UnsafeNativeMethods
.GetClientRect(new HandleRef(window, InternalHandle), ref rect);
10090
UnsafeNativeMethods
.MapWindowPoints(NativeMethods.NullHandleRef, new HandleRef(this, Handle), point, 1);
10107
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(this, Handle), NativeMethods.NullHandleRef, point, 1);
10338
Debug.Assert(
UnsafeNativeMethods
.GetObjectType(hDC) == NativeMethods.OBJ_ENHMETADC,
10379
bool success =
UnsafeNativeMethods
.GetWindowRect(new HandleRef(null, this.Handle), ref windowRect);
10546
int stringLength =
UnsafeNativeMethods
.MultiByteToWideChar(0 /*CP_ACP*/,
UnsafeNativeMethods
.MB_PRECOMPOSED, b, b.Length, unicodeCharArray, 0);
10549
UnsafeNativeMethods
.MultiByteToWideChar(0 /*CP_ACP*/,
UnsafeNativeMethods
.MB_PRECOMPOSED, b, b.Length, unicodeCharArray, unicodeCharArray.Length);
10605
int bytesNeeded =
UnsafeNativeMethods
.WideCharToMultiByte(0 /*CP_ACP*/, 0, keyChar, keyChar.Length, null, 0, IntPtr.Zero, IntPtr.Zero);
10610
UnsafeNativeMethods
.WideCharToMultiByte(0 /*CP_ACP*/, 0, keyChar, keyChar.Length, mbcsBytes, mbcsBytes.Length, IntPtr.Zero, IntPtr.Zero);
10626
UnsafeNativeMethods
.WideCharToMultiByte(0 /*CP_ACP*/,
10824
UnsafeNativeMethods
.SendMessage(
10826
UnsafeNativeMethods
.GetParent(new HandleRef(null, topMostParent.Handle)) == IntPtr.Zero ? NativeMethods.WM_CHANGEUISTATE : NativeMethods.WM_UPDATEUISTATE,
10858
while (
UnsafeNativeMethods
.PeekMessage(ref msg, new HandleRef(this, hwnd),
10970
HandleRef parentHandle = new HandleRef(this,
UnsafeNativeMethods
.GetParent(new HandleRef(this, this.Handle)));
11032
&&
UnsafeNativeMethods
.IsWindow(parentHandle)) { // and still is a window
11036
UnsafeNativeMethods
.SetParent(new HandleRef(this, this.Handle), parentHandle);
11062
UnsafeNativeMethods
.MapWindowPoints(NativeMethods.NullHandleRef, new HandleRef(this, Handle), ref rect, 2);
11079
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(this, Handle), NativeMethods.NullHandleRef, ref rect, 2);
11121
UnsafeNativeMethods
.UiaReturnRawElementProvider(new HandleRef(this, handle), new IntPtr(0), new IntPtr(0), null);
11246
int n =
UnsafeNativeMethods
.RegisterDragDrop(new HandleRef(this, Handle), (
UnsafeNativeMethods
.IOleDropTarget)(new DropTarget(this)));
11255
int n =
UnsafeNativeMethods
.RevokeDragDrop(new HandleRef(this, Handle));
11732
return
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), msg, wparam, lparam);
11741
return
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), msg, ref wparam, ref lparam);
11745
return
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), msg, (IntPtr)wparam, lparam);
11750
return
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), msg, wparam, lparam);
11755
return
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), msg, wparam, (IntPtr)lparam);
11764
return
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), msg, wparam, ref lparam);
11773
return
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), msg, wparam, lparam);
11782
return
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), msg, wparam, lparam);
11971
IntPtr parentHandle =
UnsafeNativeMethods
.GetParent(new HandleRef(window, Handle));
12002
UnsafeNativeMethods
.SetParent(new HandleRef(window, Handle), new HandleRef(null, value));
12014
UnsafeNativeMethods
.SetParent(new HandleRef(window, Handle), new HandleRef(null, IntPtr.Zero));
12418
int styleFlags = unchecked((int)((long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE)));
12419
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE, new HandleRef(null, (IntPtr)(value? styleFlags | flag: styleFlags & ~flag)));
12517
UnsafeNativeMethods
.GetClientRect(new HandleRef(window, InternalHandle), ref rect);
12520
UnsafeNativeMethods
.GetWindowRect(new HandleRef(window, InternalHandle), ref rect);
12522
UnsafeNativeMethods
.MapWindowPoints(NativeMethods.NullHandleRef, new HandleRef(null,
UnsafeNativeMethods
.GetParent(new HandleRef(window, InternalHandle))), ref rect, 2);
12644
while ((hWnd =
UnsafeNativeMethods
.GetWindow(new HandleRef(null, hWnd), NativeMethods.GW_HWNDPREV)) != IntPtr.Zero) {
12672
IntPtr parentHandle =
UnsafeNativeMethods
.GetParent(new HandleRef(this, Handle));
12705
if (
UnsafeNativeMethods
.GetWindow(new HandleRef(ctl.window, ctl.Handle), NativeMethods.GW_HWNDPREV) != prevHandle) {
12800
parentHandle =
UnsafeNativeMethods
.GetParent(new HandleRef(null, parentHandle));
12802
int style = unchecked((int)((long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(null, lastParentHandle), NativeMethods.GWL_STYLE)));
12811
UnsafeNativeMethods
.PostMessage(new HandleRef(null, lastParentHandle), NativeMethods.WM_CLOSE, IntPtr.Zero, IntPtr.Zero);
12965
UnsafeNativeMethods
.GetClientRect(new HandleRef(this, Handle), ref rc);
13044
m.Result =
UnsafeNativeMethods
.UiaReturnRawElementProvider(
13090
UnsafeNativeMethods
.IAccessibleInternal iacc = (
UnsafeNativeMethods
.IAccessibleInternal) intAccessibleObject;
13110
m.Result =
UnsafeNativeMethods
.LresultFromObject(ref IID_IAccessible, m.WParam, new HandleRef(ctrlAccessibleObject, punkAcc));
13423
deviceDpi = (int)
UnsafeNativeMethods
.GetDpiForWindow(new HandleRef(this, HandleInternal));
13450
uint dpi =
UnsafeNativeMethods
.GetDpiForWindow(new HandleRef(this, HandleInternal));
13510
if (GetState(STATE_MOUSEPRESSED) && !IsDisposed &&
UnsafeNativeMethods
.WindowFromPoint(pt.X, pt.Y) == Handle) {
13586
m.Result =
UnsafeNativeMethods
.SendMessage(new HandleRef(null, nmhdr->hwndFrom), NativeMethods.WM_REFLECT + m.Msg, m.WParam, m.LParam);
13590
UnsafeNativeMethods
.SendMessage(new HandleRef(null, nmhdr->hwndFrom), NativeMethods.WM_REFLECT + m.Msg, m.WParam, m.LParam);
13617
IntPtr p =
UnsafeNativeMethods
.GetDlgItem(new HandleRef(null, m.HWnd), ctrlId);
13669
dc =
UnsafeNativeMethods
.BeginPaint(new HandleRef(this, hWnd), ref ps);
13778
UnsafeNativeMethods
.EndPaint(new HandleRef(this, hWnd), ref ps);
13795
IntPtr dc =
UnsafeNativeMethods
.GetDC(new HandleRef(this, Handle));
13801
UnsafeNativeMethods
.ReleaseDC(new HandleRef(this, Handle), new HandleRef(null, dc));
13873
hWnd =
UnsafeNativeMethods
.GetDlgItem(new HandleRef(this, Handle), NativeMethods.Util.HIWORD(m.WParam));
14075
if (parent != null &&
UnsafeNativeMethods
.GetParent(new HandleRef(window, InternalHandle)) == parent.InternalHandle &&
14412
keyState |= (Keys)((
UnsafeNativeMethods
.GetKeyState((int)Keys.ControlKey) < 0) ? NativeMethods.MK_CONTROL : 0);
14413
keyState |= (Keys)((
UnsafeNativeMethods
.GetKeyState((int)Keys.ShiftKey) < 0) ? NativeMethods.MK_SHIFT : 0);
14415
IntPtr hwndFocus =
UnsafeNativeMethods
.GetFocus();
14422
IntPtr hwndDesktop =
UnsafeNativeMethods
.GetDesktopWindow();
14425
result =
UnsafeNativeMethods
.SendMessage(new HandleRef(null, hwndFocus),
14429
hwndFocus =
UnsafeNativeMethods
.GetParent(new HandleRef(null, hwndFocus));
15274
int
UnsafeNativeMethods
.IOleControl.GetControlInfo(NativeMethods.tagCONTROLINFO pCI) {
15297
int
UnsafeNativeMethods
.IOleControl.OnMnemonic(ref NativeMethods.MSG pMsg) {
15311
int
UnsafeNativeMethods
.IOleControl.OnAmbientPropertyChange(int dispID) {
15323
int
UnsafeNativeMethods
.IOleControl.FreezeEvents(int bFreeze) {
15334
int
UnsafeNativeMethods
.IOleInPlaceActiveObject.GetWindow(out IntPtr hwnd) {
15335
return((
UnsafeNativeMethods
.IOleInPlaceObject)this).GetWindow(out hwnd);
15342
void
UnsafeNativeMethods
.IOleInPlaceActiveObject.ContextSensitiveHelp(int fEnterMode) {
15343
((
UnsafeNativeMethods
.IOleInPlaceObject)this).ContextSensitiveHelp(fEnterMode);
15350
int
UnsafeNativeMethods
.IOleInPlaceActiveObject.TranslateAccelerator(ref NativeMethods.MSG lpmsg) {
15358
void
UnsafeNativeMethods
.IOleInPlaceActiveObject.OnFrameWindowActivate(bool fActivate) {
15368
void
UnsafeNativeMethods
.IOleInPlaceActiveObject.OnDocWindowActivate(int fActivate) {
15379
void
UnsafeNativeMethods
.IOleInPlaceActiveObject.ResizeBorder(NativeMethods.COMRECT prcBorder,
UnsafeNativeMethods
.IOleInPlaceUIWindow pUIWindow, bool fFrameWindow) {
15388
void
UnsafeNativeMethods
.IOleInPlaceActiveObject.EnableModeless(int fEnable) {
15397
int
UnsafeNativeMethods
.IOleInPlaceObject.GetWindow(out IntPtr hwnd) {
15408
void
UnsafeNativeMethods
.IOleInPlaceObject.ContextSensitiveHelp(int fEnterMode) {
15419
void
UnsafeNativeMethods
.IOleInPlaceObject.InPlaceDeactivate() {
15430
int
UnsafeNativeMethods
.IOleInPlaceObject.UIDeactivate() {
15439
void
UnsafeNativeMethods
.IOleInPlaceObject.SetObjectRects(NativeMethods.COMRECT lprcPosRect, NativeMethods.COMRECT lprcClipRect) {
15450
void
UnsafeNativeMethods
.IOleInPlaceObject.ReactivateAndUndo() {
15459
int
UnsafeNativeMethods
.IOleObject.SetClientSite(
UnsafeNativeMethods
.IOleClientSite pClientSite) {
15469
UnsafeNativeMethods
.IOleClientSite
UnsafeNativeMethods
.IOleObject.GetClientSite() {
15478
int
UnsafeNativeMethods
.IOleObject.SetHostNames(string szContainerApp, string szContainerObj) {
15489
int
UnsafeNativeMethods
.IOleObject.Close(int dwSaveOption) {
15499
int
UnsafeNativeMethods
.IOleObject.SetMoniker(int dwWhichMoniker, Object pmk) {
15508
int
UnsafeNativeMethods
.IOleObject.GetMoniker(int dwAssign, int dwWhichMoniker, out Object moniker) {
15518
int
UnsafeNativeMethods
.IOleObject.InitFromData(IComDataObject pDataObject, int fCreation, int dwReserved) {
15527
int
UnsafeNativeMethods
.IOleObject.GetClipboardData(int dwReserved, out IComDataObject data) {
15537
int
UnsafeNativeMethods
.IOleObject.DoVerb(int iVerb, IntPtr lpmsg,
UnsafeNativeMethods
.IOleClientSite pActiveSite, int lindex, IntPtr hwndParent, NativeMethods.COMRECT lprcPosRect) {
15575
int
UnsafeNativeMethods
.IOleObject.EnumVerbs(out
UnsafeNativeMethods
.IEnumOLEVERB e) {
15584
int
UnsafeNativeMethods
.IOleObject.OleUpdate() {
15593
int
UnsafeNativeMethods
.IOleObject.IsUpToDate() {
15602
int
UnsafeNativeMethods
.IOleObject.GetUserClassID(ref Guid pClsid) {
15612
int
UnsafeNativeMethods
.IOleObject.GetUserType(int dwFormOfType, out string userType) {
15627
int
UnsafeNativeMethods
.IOleObject.SetExtent(int dwDrawAspect, NativeMethods.tagSIZEL pSizel) {
15639
int
UnsafeNativeMethods
.IOleObject.GetExtent(int dwDrawAspect, NativeMethods.tagSIZEL pSizel) {
15652
int
UnsafeNativeMethods
.IOleObject.Advise(IAdviseSink pAdvSink, out int cookie) {
15662
int
UnsafeNativeMethods
.IOleObject.Unadvise(int dwConnection) {
15674
int
UnsafeNativeMethods
.IOleObject.EnumAdvise(out IEnumSTATDATA e) {
15684
int
UnsafeNativeMethods
.IOleObject.GetMiscStatus(int dwAspect, out int cookie) {
15711
int
UnsafeNativeMethods
.IOleObject.SetColorScheme(NativeMethods.tagLOGPALETTE pLogpal) {
15720
int
UnsafeNativeMethods
.IOleWindow.GetWindow(out IntPtr hwnd) {
15721
return((
UnsafeNativeMethods
.IOleInPlaceObject)this).GetWindow(out hwnd);
15728
void
UnsafeNativeMethods
.IOleWindow.ContextSensitiveHelp(int fEnterMode) {
15729
((
UnsafeNativeMethods
.IOleInPlaceObject)this).ContextSensitiveHelp(fEnterMode);
15736
void
UnsafeNativeMethods
.IPersist.GetClassID(out Guid pClassID) {
15745
void
UnsafeNativeMethods
.IPersistPropertyBag.InitNew() {
15753
void
UnsafeNativeMethods
.IPersistPropertyBag.GetClassID(out Guid pClassID) {
15762
void
UnsafeNativeMethods
.IPersistPropertyBag.Load(
UnsafeNativeMethods
.IPropertyBag pPropBag,
UnsafeNativeMethods
.IErrorLog pErrorLog) {
15773
void
UnsafeNativeMethods
.IPersistPropertyBag.Save(
UnsafeNativeMethods
.IPropertyBag pPropBag, bool fClearDirty, bool fSaveAllProperties) {
15784
void
UnsafeNativeMethods
.IPersistStorage.GetClassID(out Guid pClassID) {
15793
int
UnsafeNativeMethods
.IPersistStorage.IsDirty() {
15802
void
UnsafeNativeMethods
.IPersistStorage.InitNew(
UnsafeNativeMethods
.IStorage pstg) {
15810
int
UnsafeNativeMethods
.IPersistStorage.Load(
UnsafeNativeMethods
.IStorage pstg) {
15822
void
UnsafeNativeMethods
.IPersistStorage.Save(
UnsafeNativeMethods
.IStorage pstg, bool fSameAsLoad) {
15833
void
UnsafeNativeMethods
.IPersistStorage.SaveCompleted(
UnsafeNativeMethods
.IStorage pStgNew) {
15841
void
UnsafeNativeMethods
.IPersistStorage.HandsOffStorage() {
15849
void
UnsafeNativeMethods
.IPersistStreamInit.GetClassID(out Guid pClassID) {
15858
int
UnsafeNativeMethods
.IPersistStreamInit.IsDirty() {
15867
void
UnsafeNativeMethods
.IPersistStreamInit.Load(
UnsafeNativeMethods
.IStream pstm) {
15878
void
UnsafeNativeMethods
.IPersistStreamInit.Save(
UnsafeNativeMethods
.IStream pstm, bool fClearDirty) {
15889
void
UnsafeNativeMethods
.IPersistStreamInit.GetSizeMax(long pcbSize) {
15897
void
UnsafeNativeMethods
.IPersistStreamInit.InitNew() {
15905
void
UnsafeNativeMethods
.IQuickActivate.QuickActivate(
UnsafeNativeMethods
.tagQACONTAINER pQaContainer,
UnsafeNativeMethods
.tagQACONTROL pQaControl) {
15916
void
UnsafeNativeMethods
.IQuickActivate.SetContentExtent(NativeMethods.tagSIZEL pSizel) {
15927
void
UnsafeNativeMethods
.IQuickActivate.GetContentExtent(NativeMethods.tagSIZEL pSizel) {
15938
int
UnsafeNativeMethods
.IViewObject.Draw(int dwDrawAspect, int lindex, IntPtr pvAspect, NativeMethods.tagDVTARGETDEVICE ptd,
15963
int
UnsafeNativeMethods
.IViewObject.GetColorSet(int dwDrawAspect, int lindex, IntPtr pvAspect, NativeMethods.tagDVTARGETDEVICE ptd,
15977
int
UnsafeNativeMethods
.IViewObject.Freeze(int dwDrawAspect, int lindex, IntPtr pvAspect, IntPtr pdwFreeze) {
15986
int
UnsafeNativeMethods
.IViewObject.Unfreeze(int dwFreeze) {
15995
void
UnsafeNativeMethods
.IViewObject.SetAdvise(int aspects, int advf, IAdviseSink pAdvSink) {
16004
void
UnsafeNativeMethods
.IViewObject.GetAdvise(int[] paspects, int[] padvf, IAdviseSink[] pAdvSink) {
16013
void
UnsafeNativeMethods
.IViewObject2.Draw(int dwDrawAspect, int lindex, IntPtr pvAspect, NativeMethods.tagDVTARGETDEVICE ptd,
16027
int
UnsafeNativeMethods
.IViewObject2.GetColorSet(int dwDrawAspect, int lindex, IntPtr pvAspect, NativeMethods.tagDVTARGETDEVICE ptd,
16041
int
UnsafeNativeMethods
.IViewObject2.Freeze(int dwDrawAspect, int lindex, IntPtr pvAspect, IntPtr pdwFreeze) {
16050
int
UnsafeNativeMethods
.IViewObject2.Unfreeze(int dwFreeze) {
16059
void
UnsafeNativeMethods
.IViewObject2.SetAdvise(int aspects, int advf, IAdviseSink pAdvSink) {
16068
void
UnsafeNativeMethods
.IViewObject2.GetAdvise(int[] paspects, int[] padvf, IAdviseSink[] pAdvSink) {
16077
void
UnsafeNativeMethods
.IViewObject2.GetExtent(int dwDrawAspect, int lindex, NativeMethods.tagDVTARGETDEVICE ptd, NativeMethods.tagSIZEL lpsizel) {
16081
((
UnsafeNativeMethods
.IOleObject)this).GetExtent(dwDrawAspect, lpsizel);
16194
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, this.Handle), ref rectangle);
16214
UnsafeNativeMethods
.GetKeyboardState(tempKeyboardStateArray);
16287
private
UnsafeNativeMethods
.IOleClientSite clientSite;
16288
private
UnsafeNativeMethods
.IOleInPlaceUIWindow inPlaceUiWindow;
16289
private
UnsafeNativeMethods
.IOleInPlaceFrame inPlaceFrame;
16377
UnsafeNativeMethods
.IFont ifont = (
UnsafeNativeMethods
.IFont)obj;
16482
UnsafeNativeMethods
.IOleContainer container;
16489
if (container != null &&
UnsafeNativeMethods
.IsComObject(container)) {
16490
UnsafeNativeMethods
.ReleaseComObject(container);
16509
IntPtr dc =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
16510
logPixels.X =
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, dc), NativeMethods.LOGPIXELSX);
16511
logPixels.Y =
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, dc), NativeMethods.LOGPIXELSY);
16512
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, dc));
16551
internal void DoVerb(int iVerb, IntPtr lpmsg,
UnsafeNativeMethods
.IOleClientSite pActiveSite, int lindex, IntPtr hwndParent, NativeMethods.COMRECT lprcPosRect) {
16565
NativeMethods.MSG msg = (NativeMethods.MSG)
UnsafeNativeMethods
.PtrToStructure(lpmsg, typeof(NativeMethods.MSG));
16576
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(null, hwndMap), new HandleRef(control, control.Handle), pt, 1);
16584
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(target, target.Handle), new HandleRef(realTarget, realTarget.Handle), pt, 1);
16666
int hdcType =
UnsafeNativeMethods
.GetObjectType(new HandleRef(null, hdcDraw));
16734
internal static int EnumVerbs(out
UnsafeNativeMethods
.IEnumOLEVERB e) {
16823
if (clientSite is
UnsafeNativeMethods
.IDispatch) {
16826
UnsafeNativeMethods
.IDispatch disp = (
UnsafeNativeMethods
.IDispatch)clientSite;
16858
internal
UnsafeNativeMethods
.IOleClientSite GetClientSite() {
16875
int accelSize =
UnsafeNativeMethods
.SizeOf(typeof(NativeMethods.ACCEL));
16900
accel.key = (short)(
UnsafeNativeMethods
.VkKeyScan(ch) & 0x00FF);
16914
short scan = (short)(
UnsafeNativeMethods
.VkKeyScan(ch));
16933
UnsafeNativeMethods
.DestroyAcceleratorTable(new HandleRef(this, accelTable));
16937
accelTable =
UnsafeNativeMethods
.CreateAcceleratorTable(new HandleRef(null, accelBlob), accelCount);
17037
UnsafeNativeMethods
.IOleInPlaceSite inPlaceSite = clientSite as
UnsafeNativeMethods
.IOleInPlaceSite;
17068
inPlaceFrameInfo.cb =
UnsafeNativeMethods
.SizeOf(typeof(NativeMethods.tagOIFI));
17075
UnsafeNativeMethods
.IOleInPlaceFrame pFrame;
17076
UnsafeNativeMethods
.IOleInPlaceUIWindow pWindow;
17080
if (inPlaceUiWindow != null &&
UnsafeNativeMethods
.IsComObject(inPlaceUiWindow)) {
17081
UnsafeNativeMethods
.ReleaseComObject(inPlaceUiWindow);
17085
if (inPlaceFrame != null &&
UnsafeNativeMethods
.IsComObject(inPlaceFrame)) {
17086
UnsafeNativeMethods
.ReleaseComObject(inPlaceFrame);
17105
UnsafeNativeMethods
.SetParent(new HandleRef(control, control.Handle), new HandleRef(null, hwndParent));
17153
UnsafeNativeMethods
.ThrowExceptionForHR(hr);
17160
UnsafeNativeMethods
.ThrowExceptionForHR(hr);
17196
UnsafeNativeMethods
.IOleInPlaceSite oleClientSite = clientSite as
UnsafeNativeMethods
.IOleInPlaceSite;
17210
if (inPlaceUiWindow != null &&
UnsafeNativeMethods
.IsComObject(inPlaceUiWindow)) {
17211
UnsafeNativeMethods
.ReleaseComObject(inPlaceUiWindow);
17215
if (inPlaceFrame != null &&
UnsafeNativeMethods
.IsComObject(inPlaceFrame)) {
17216
UnsafeNativeMethods
.ReleaseComObject(inPlaceFrame);
17259
internal void Load(
UnsafeNativeMethods
.IStorage stg) {
17260
UnsafeNativeMethods
.IStream stream = null;
17282
if (
UnsafeNativeMethods
.IsComObject(stg)) {
17283
UnsafeNativeMethods
.ReleaseComObject(stg);
17291
internal void Load(
UnsafeNativeMethods
.IStream stream) {
17299
if (
UnsafeNativeMethods
.IsComObject(stream)) {
17300
UnsafeNativeMethods
.ReleaseComObject(stream);
17307
internal void Load(
UnsafeNativeMethods
.IPropertyBag pPropBag,
UnsafeNativeMethods
.IErrorLog pErrorLog) {
17410
if (
UnsafeNativeMethods
.IsComObject(pPropBag)) {
17411
UnsafeNativeMethods
.ReleaseComObject(pPropBag);
17574
UnsafeNativeMethods
.ThrowExceptionForHR(hr);
17584
if (activeXState[inPlaceActive] && clientSite is
UnsafeNativeMethods
.IOleControlSite) {
17587
((
UnsafeNativeMethods
.IOleControlSite)clientSite).OnFocus(focus ? 1 : 0);
17614
internal void QuickActivate(
UnsafeNativeMethods
.tagQACONTAINER pQaContainer,
UnsafeNativeMethods
.tagQACONTROL pQaControl) {
17634
UnsafeNativeMethods
.IFont ifont = (
UnsafeNativeMethods
.IFont)objfont;
17656
pQaControl.cbSize =
UnsafeNativeMethods
.SizeOf(typeof(
UnsafeNativeMethods
.tagQACONTROL));
17666
((
UnsafeNativeMethods
.IOleObject)control).GetMiscStatus(NativeMethods.DVASPECT_CONTENT, out status);
17705
if (pQaContainer.pPropertyNotifySink != null &&
UnsafeNativeMethods
.IsComObject(pQaContainer.pPropertyNotifySink)) {
17706
UnsafeNativeMethods
.ReleaseComObject(pQaContainer.pPropertyNotifySink);
17709
if (pQaContainer.pUnkEventSink != null &&
UnsafeNativeMethods
.IsComObject(pQaContainer.pUnkEventSink)) {
17710
UnsafeNativeMethods
.ReleaseComObject(pQaContainer.pUnkEventSink);
17985
internal void Save(
UnsafeNativeMethods
.IStorage stg, bool fSameAsLoad) {
17986
UnsafeNativeMethods
.IStream stream = null;
17997
UnsafeNativeMethods
.ReleaseComObject(stream);
18004
internal void Save(
UnsafeNativeMethods
.IStream stream, bool fClearDirty) {
18017
if (
UnsafeNativeMethods
.IsComObject(stream)) {
18018
UnsafeNativeMethods
.ReleaseComObject(stream);
18026
internal void Save(
UnsafeNativeMethods
.IPropertyBag pPropBag, bool fClearDirty, bool fSaveAllProperties) {
18069
if (
UnsafeNativeMethods
.IsComObject(pPropBag)) {
18070
UnsafeNativeMethods
.ReleaseComObject(pPropBag);
18109
if (viewAdviseSink != null &&
UnsafeNativeMethods
.IsComObject(viewAdviseSink)) {
18110
UnsafeNativeMethods
.ReleaseComObject(viewAdviseSink);
18126
internal void SetClientSite(
UnsafeNativeMethods
.IOleClientSite value) {
18161
if (
UnsafeNativeMethods
.IsComObject(clientSite)) {
18194
UnsafeNativeMethods
.DestroyAcceleratorTable(new HandleRef(this, accelTable));
18259
UnsafeNativeMethods
.IOleInPlaceSite ioleClientSite = clientSite as
UnsafeNativeMethods
.IOleInPlaceSite;
18407
IntPtr hWndParent =
UnsafeNativeMethods
.GetParent(new HandleRef(control, control.Handle));
18412
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(null, hWndParent), new HandleRef(control, control.Handle), ref rcIntersect, 2);
18438
UnsafeNativeMethods
.SetWindowRgn(new HandleRef(control, control.Handle), new HandleRef(this, finalClipRegion), SafeNativeMethods.IsWindowVisible(new HandleRef(control, control.Handle)));
18533
UnsafeNativeMethods
.TranslateMessage(ref lpmsg);
18535
UnsafeNativeMethods
.DispatchMessageW(ref lpmsg);
18538
UnsafeNativeMethods
.DispatchMessageA(ref lpmsg);
18555
UnsafeNativeMethods
.IOleControlSite ioleClientSite = clientSite as
UnsafeNativeMethods
.IOleControlSite;
18559
if (
UnsafeNativeMethods
.GetKeyState(NativeMethods.VK_SHIFT) < 0) keyState |= 1;
18560
if (
UnsafeNativeMethods
.GetKeyState(NativeMethods.VK_CONTROL) < 0) keyState |= 2;
18561
if (
UnsafeNativeMethods
.GetKeyState(NativeMethods.VK_MENU) < 0) keyState |= 4;
18598
UnsafeNativeMethods
.IOleInPlaceSite ioleClientSite = clientSite as
UnsafeNativeMethods
.IOleInPlaceSite;
18617
if (sink != null &&
UnsafeNativeMethods
.IsComObject(sink)) {
18618
UnsafeNativeMethods
.ReleaseComObject(sink);
18628
UnsafeNativeMethods
.IOleInPlaceSite ioleClientSite = clientSite as
UnsafeNativeMethods
.IOleInPlaceSite;
18685
UnsafeNativeMethods
.IOleControlSite ioleClientSite = clientSite as
UnsafeNativeMethods
.IOleControlSite;
18722
if (
UnsafeNativeMethods
.IsComObject(viewAdviseSink)) {
18723
UnsafeNativeMethods
.ReleaseComObject(viewAdviseSink);
18761
private class PropertyBagStream :
UnsafeNativeMethods
.IPropertyBag {
18765
internal void Read(
UnsafeNativeMethods
.IStream istream) {
18805
int
UnsafeNativeMethods
.IPropertyBag.Read(string pszPropName, ref object pVar,
UnsafeNativeMethods
.IErrorLog pErrorLog)
18815
int
UnsafeNativeMethods
.IPropertyBag.Write(string pszPropName, ref object pVar)
18822
internal void Write(
UnsafeNativeMethods
.IStream istream)
18833
private
UnsafeNativeMethods
.IOleClientSite clientSite;
18838
internal AxSourcingSite(IComponent component,
UnsafeNativeMethods
.IOleClientSite clientSite, string name) {
18863
UnsafeNativeMethods
.IOleContainer iOlecontainer;
18879
&& (iOlecontainer is
UnsafeNativeMethods
.IHTMLDocument)) {
18886
retVal = new HtmlDocument(shimManager, iOlecontainer as
UnsafeNativeMethods
.IHTMLDocument);
18969
Guid iid = typeof(
UnsafeNativeMethods
.IFont).GUID;
18971
UnsafeNativeMethods
.IFont oleFont =
UnsafeNativeMethods
.OleCreateFontIndirect(fontDesc, ref iid);
18987
UnsafeNativeMethods
.IFont nativeFont = (
UnsafeNativeMethods
.IFont)Marshal.GetObjectForIUnknown(pObj);
19022
private class ActiveXVerbEnum :
UnsafeNativeMethods
.IEnumOLEVERB {
19081
public void Clone(out
UnsafeNativeMethods
.IEnumOLEVERB ppenum) {
19238
Debug.Assert(
UnsafeNativeMethods
.GetObjectType(hOriginalDC) == NativeMethods.OBJ_ENHMETADC,
19248
hBitmapDC = new HandleRef(this,
UnsafeNativeMethods
.CreateCompatibleDC(NativeMethods.NullHandleRef));
19250
int planes =
UnsafeNativeMethods
.GetDeviceCaps(hBitmapDC, NativeMethods.PLANES);
19251
int bitsPixel =
UnsafeNativeMethods
.GetDeviceCaps(hBitmapDC, NativeMethods.BITSPIXEL);
19274
success =
UnsafeNativeMethods
.DeleteCompatibleDC(hBitmapDC);
19313
if (
UnsafeNativeMethods
.GetObject(hBitmap, Marshal.SizeOf(bmp), bmp) == 0) {
19647
oleAccAvailable =
UnsafeNativeMethods
.LoadLibraryFromSystemPathIfAvailable("oleacc.dll");
19660
UnsafeNativeMethods
.FreeLibrary(new HandleRef(null, oleAccAvailable));
19873
UnsafeNativeMethods
.NotifyWinEvent((int)accEvent, new HandleRef(this, Handle), NativeMethods.OBJID_CLIENT, 0);
19887
UnsafeNativeMethods
.NotifyWinEvent((int)accEvent, new HandleRef(this, Handle), NativeMethods.OBJID_CLIENT, childID + 1);
19901
UnsafeNativeMethods
.NotifyWinEvent((int)accEvent, new HandleRef(this, Handle), objectID, childID + 1);
19950
internal override
UnsafeNativeMethods
.IRawElementProviderSimple HostRawElementProvider {
19953
UnsafeNativeMethods
.IRawElementProviderSimple provider;
19954
UnsafeNativeMethods
.UiaHostProviderFromHwnd(new HandleRef(this, Handle), out provider);
winforms\Managed\System\WinForms\Control.Ime.cs (34)
48
UnsafeNativeMethods
.IOleControl,
49
UnsafeNativeMethods
.IOleObject,
50
UnsafeNativeMethods
.IOleInPlaceObject,
51
UnsafeNativeMethods
.IOleInPlaceActiveObject,
52
UnsafeNativeMethods
.IOleWindow,
53
UnsafeNativeMethods
.IViewObject,
54
UnsafeNativeMethods
.IViewObject2,
55
UnsafeNativeMethods
.IPersist,
56
UnsafeNativeMethods
.IPersistStreamInit,
57
UnsafeNativeMethods
.IPersistPropertyBag,
58
UnsafeNativeMethods
.IPersistStorage,
59
UnsafeNativeMethods
.IQuickActivate,
296
ctl = FromChildHandleInternal(
UnsafeNativeMethods
.GetFocus() );
418
IntPtr focusHandle =
UnsafeNativeMethods
.GetFocus();
426
focusHandle =
UnsafeNativeMethods
.GetAncestor(new HandleRef(null, focusHandle), NativeMethods.GA_ROOT);
902
IntPtr oldContext =
UnsafeNativeMethods
.ImmAssociateContext( new HandleRef( null, handle ), NativeMethods.NullHandleRef );
921
IntPtr inputContext =
UnsafeNativeMethods
.ImmGetContext( new HandleRef( null, handle ) );
928
inputContext =
UnsafeNativeMethods
.ImmCreateContext();
931
UnsafeNativeMethods
.ImmAssociateContext( new HandleRef( null, handle ), new HandleRef( null, inputContext ) );
936
UnsafeNativeMethods
.ImmAssociateContext( new HandleRef( null, handle ), new HandleRef( null, originalImeContext ) );
941
UnsafeNativeMethods
.ImmReleaseContext( new HandleRef( null, handle ), new HandleRef( null, inputContext ) );
974
inputContext =
UnsafeNativeMethods
.ImmGetContext( new HandleRef( null, handle ) );
996
UnsafeNativeMethods
.ImmGetConversionStatus( new HandleRef( null, inputContext ), ref conversion, ref sentence );
1023
UnsafeNativeMethods
.ImmReleaseContext( new HandleRef( null, handle ), new HandleRef( null, inputContext ) );
1113
IntPtr inputContext =
UnsafeNativeMethods
.ImmGetContext( new HandleRef( null, handle ) );
1120
retval =
UnsafeNativeMethods
.ImmGetOpenStatus( new HandleRef( null, inputContext ) );
1122
UnsafeNativeMethods
.ImmReleaseContext( new HandleRef( null, handle ), new HandleRef( null, inputContext ) );
1204
IntPtr inputContext =
UnsafeNativeMethods
.ImmGetContext( new HandleRef( null, handle ) );
1207
UnsafeNativeMethods
.ImmGetConversionStatus( new HandleRef( null, inputContext ), ref conversion, ref sentence );
1213
bool retval =
UnsafeNativeMethods
.ImmSetConversionStatus( new HandleRef( null, inputContext ), conversion, sentence );
1215
UnsafeNativeMethods
.ImmReleaseContext( new HandleRef( null, handle ), new HandleRef( null, inputContext ) );
1234
IntPtr inputContext =
UnsafeNativeMethods
.ImmGetContext( new HandleRef( null, handle ) );
1239
bool succeeded =
UnsafeNativeMethods
.ImmSetOpenStatus( new HandleRef( null, inputContext ), open );
1244
succeeded =
UnsafeNativeMethods
.ImmReleaseContext( new HandleRef( null, handle ), new HandleRef( null, inputContext ) );
winforms\Managed\System\WinForms\ControlPaint.cs (19)
164
UnsafeNativeMethods
.GetObject(new HandleRef(null, palette), 2, ref entryCount);
307
IntPtr hdcS =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
308
IntPtr source =
UnsafeNativeMethods
.CreateCompatibleDC(new HandleRef(null, hdcS));
309
IntPtr target =
UnsafeNativeMethods
.CreateCompatibleDC(new HandleRef(null, hdcS));
310
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, hdcS));
328
UnsafeNativeMethods
.DeleteCompatibleDC(new HandleRef(null, source));
329
UnsafeNativeMethods
.DeleteCompatibleDC(new HandleRef(null, target));
1783
IntPtr dc =
UnsafeNativeMethods
.GetDCEx(new HandleRef(null,
UnsafeNativeMethods
.GetDesktopWindow()), NativeMethods.NullHandleRef, NativeMethods.DCX_WINDOW | NativeMethods.DCX_LOCKWINDOWUPDATE | NativeMethods.DCX_CACHE);
1798
IntPtr oldBrush = SafeNativeMethods.SelectObject(new HandleRef(null, dc), new HandleRef(null,
UnsafeNativeMethods
.GetStockObject(NativeMethods.HOLLOW_BRUSH)));
1812
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, dc));
1826
IntPtr dc =
UnsafeNativeMethods
.GetDCEx(new HandleRef(null,
UnsafeNativeMethods
.GetDesktopWindow()), NativeMethods.NullHandleRef, NativeMethods.DCX_WINDOW | NativeMethods.DCX_LOCKWINDOWUPDATE | NativeMethods.DCX_CACHE);
1830
IntPtr oldBrush = SafeNativeMethods.SelectObject(new HandleRef(null, dc), new HandleRef(null,
UnsafeNativeMethods
.GetStockObject(NativeMethods.HOLLOW_BRUSH)));
1841
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, dc));
2007
IntPtr dc =
UnsafeNativeMethods
.GetDCEx(new HandleRef(null,
UnsafeNativeMethods
.GetDesktopWindow()), NativeMethods.NullHandleRef, NativeMethods.DCX_WINDOW | NativeMethods.DCX_LOCKWINDOWUPDATE | NativeMethods.DCX_CACHE);
2019
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, dc));
2035
internal static bool FontToIFont(Font source,
UnsafeNativeMethods
.IFont target) {
winforms\Managed\System\WinForms\Cursor.cs (22)
63
LoadPicture(new
UnsafeNativeMethods
.ComStreamFromDataStream(new MemoryStream(cursorData)));
93
LoadPicture(new
UnsafeNativeMethods
.ComStreamFromDataStream(new MemoryStream(cursorData)));
131
LoadPicture(new
UnsafeNativeMethods
.ComStreamFromDataStream(new MemoryStream(cursorData)));
153
LoadPicture(new
UnsafeNativeMethods
.ComStreamFromDataStream(new MemoryStream(cursorData)));
190
UnsafeNativeMethods
.ClipCursor(null);
194
UnsafeNativeMethods
.ClipCursor(ref rcClip);
231
UnsafeNativeMethods
.SetCursor(new HandleRef(value, handle));
312
UnsafeNativeMethods
.GetCursorPos(p);
317
UnsafeNativeMethods
.SetCursorPos(value.X, value.Y);
332
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXCURSOR),
333
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYCURSOR)
375
UnsafeNativeMethods
.DestroyCursor(new HandleRef(this, handle));
568
UnsafeNativeMethods
.ShowCursor(false);
597
UnsafeNativeMethods
.GetObject(new HandleRef(null, info.hbmColor), Marshal.SizeOf(typeof(NativeMethods.BITMAP)), bmp);
602
UnsafeNativeMethods
.GetObject(new HandleRef(null, info.hbmMask), Marshal.SizeOf(typeof(NativeMethods.BITMAP)), bmp);
617
private void LoadPicture(
UnsafeNativeMethods
.IStream stream) {
623
Guid g = typeof(
UnsafeNativeMethods
.IPicture).GUID;
624
UnsafeNativeMethods
.IPicture picture = null;
629
picture =
UnsafeNativeMethods
.OleCreateIPictureIndirect(null, ref g, true);
630
UnsafeNativeMethods
.IPersistStream ipictureAsIPersist = (
UnsafeNativeMethods
.IPersistStream)picture;
695
UnsafeNativeMethods
.ShowCursor(true);
winforms\Managed\System\WinForms\DataGrid.cs (3)
5784
cachedScrollableRegion =
UnsafeNativeMethods
.GetRectsFromRegion(handle);
5857
IntPtr dc =
UnsafeNativeMethods
.GetDCEx(new HandleRef(this, parentHandle), NativeMethods.NullHandleRef, NativeMethods.DCX_CACHE | NativeMethods.DCX_LOCKWINDOWUPDATE);
5863
UnsafeNativeMethods
.ReleaseDC(new HandleRef(this, parentHandle), new HandleRef(this, dc));
winforms\Managed\System\WinForms\DataGridToolTip.cs (4)
49
UnsafeNativeMethods
.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
51
UnsafeNativeMethods
.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETDELAYTIME, NativeMethods.TTDT_INITIAL, 0);
73
UnsafeNativeMethods
.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_ADDTOOL, 0, toolInfo);
82
UnsafeNativeMethods
.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_DELTOOL, 0, toolInfo);
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (22)
352
internal override
UnsafeNativeMethods
.IRawElementProviderSimple[] GetRowHeaders()
359
UnsafeNativeMethods
.IRawElementProviderSimple[] result = new
UnsafeNativeMethods
.IRawElementProviderSimple[this.owner.Rows.Count];
368
internal override
UnsafeNativeMethods
.IRawElementProviderSimple[] GetColumnHeaders()
375
UnsafeNativeMethods
.IRawElementProviderSimple[] result = new
UnsafeNativeMethods
.IRawElementProviderSimple[this.owner.Columns.Count];
383
internal override
UnsafeNativeMethods
.RowOrColumnMajor RowOrColumnMajor
388
return
UnsafeNativeMethods
.RowOrColumnMajor.RowOrColumnMajor_RowMajor;
393
internal override
UnsafeNativeMethods
.IRawElementProviderSimple GetItem(int row, int column)
432
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot
440
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction)
444
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
451
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
476
internal override
UnsafeNativeMethods
.IRawElementProviderFragment ElementProviderFromPoint(double x, double y)
481
internal override
UnsafeNativeMethods
.IRawElementProviderFragment GetFocus()
510
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot
526
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction)
530
case
UnsafeNativeMethods
.NavigateDirection.Parent:
537
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
538
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
winforms\Managed\System\WinForms\DataGridViewCell.cs (16)
1330
UnsafeNativeMethods
.SetFocus(new HandleRef(null, IntPtr.Zero));
1353
AccessibilityObject.RaiseStructureChangedEvent(
UnsafeNativeMethods
.StructureChangeType.ChildRemoved, dgv.EditingControlAccessibleObject.RuntimeId);
2761
AccessibilityObject.RaiseStructureChangedEvent(
UnsafeNativeMethods
.StructureChangeType.ChildAdded, dgv.EditingControlAccessibleObject.RuntimeId);
5478
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot
5486
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction)
5500
case
UnsafeNativeMethods
.NavigateDirection.Parent:
5502
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
5504
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
5506
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
5507
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
5591
internal override
UnsafeNativeMethods
.IRawElementProviderSimple[] GetRowHeaderItems()
5595
return new
UnsafeNativeMethods
.IRawElementProviderSimple[1] { this.owner.OwningRow.HeaderCell.AccessibilityObject };
5602
internal override
UnsafeNativeMethods
.IRawElementProviderSimple[] GetColumnHeaderItems()
5606
return new
UnsafeNativeMethods
.IRawElementProviderSimple[1] { this.owner.OwningColumn.HeaderCell.AccessibilityObject };
5630
internal override
UnsafeNativeMethods
.IRawElementProviderSimple ContainingGrid
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (4)
1970
internal override
UnsafeNativeMethods
.ToggleState ToggleState {
1982
return
UnsafeNativeMethods
.ToggleState.ToggleState_Indeterminate;
1985
return toggledState ?
UnsafeNativeMethods
.ToggleState.ToggleState_On :
UnsafeNativeMethods
.ToggleState.ToggleState_Off;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (5)
1556
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction)
1565
case
UnsafeNativeMethods
.NavigateDirection.Parent:
1567
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
1569
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
840
UnsafeNativeMethods
.SendMessage(new HandleRef(comboBox, comboBox.Handle), NativeMethods.CB_SETDROPPEDWIDTH, cachedDropDownWidth, 0);
847
int dropDownWidth = unchecked( (int) (long)
UnsafeNativeMethods
.SendMessage(new HandleRef(comboBox, comboBox.Handle), NativeMethods.CB_GETDROPPEDWIDTH, 0, 0));
850
UnsafeNativeMethods
.SendMessage(new HandleRef(comboBox, comboBox.Handle), NativeMethods.CB_SETDROPPEDWIDTH, this.DropDownWidth, 0);
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (7)
219
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction)
223
case
UnsafeNativeMethods
.NavigateDirection.Parent:
236
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot
264
internal override
UnsafeNativeMethods
.ExpandCollapseState ExpandCollapseState
268
return ownerControl.DroppedDown ?
UnsafeNativeMethods
.ExpandCollapseState.Expanded :
UnsafeNativeMethods
.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (3)
127
internal override
UnsafeNativeMethods
.ExpandCollapseState ExpandCollapseState
134
return ownerComboBoxControl.DroppedDown == true ?
UnsafeNativeMethods
.ExpandCollapseState.Expanded :
UnsafeNativeMethods
.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
5444
this.cachedScrollableRegion =
UnsafeNativeMethods
.GetRectsFromRegion(handle);
5767
IntPtr dc =
UnsafeNativeMethods
.GetDCEx(new HandleRef(this, parentHandle), NativeMethods.NullHandleRef, NativeMethods.DCX_CACHE | NativeMethods.DCX_LOCKWINDOWUPDATE);
5778
UnsafeNativeMethods
.ReleaseDC(new HandleRef(this, parentHandle), new HandleRef(this, dc));
5788
IntPtr dc =
UnsafeNativeMethods
.GetDCEx(new HandleRef(this, parentHandle), NativeMethods.NullHandleRef, NativeMethods.DCX_CACHE | NativeMethods.DCX_LOCKWINDOWUPDATE);
5794
UnsafeNativeMethods
.ReleaseDC(new HandleRef(this, parentHandle), new HandleRef(this, dc));
29938
UnsafeNativeMethods
.SendMessage(new HandleRef(this, nmhdr->hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\DataGridViewRow.cs (8)
2359
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction)
2371
case
UnsafeNativeMethods
.NavigateDirection.Parent:
2373
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
2375
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
2377
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
2379
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
2387
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (5)
1463
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction)
1472
case
UnsafeNativeMethods
.NavigateDirection.Parent:
1474
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
1484
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (4)
392
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction)
396
case
UnsafeNativeMethods
.NavigateDirection.Parent:
409
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (5)
677
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction)
683
case
UnsafeNativeMethods
.NavigateDirection.Parent:
685
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
687
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (7)
225
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot
234
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction)
238
case
UnsafeNativeMethods
.NavigateDirection.Parent:
240
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
246
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
252
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
winforms\Managed\System\WinForms\DataObject.cs (46)
146
IntPtr hDC =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
150
IntPtr dcSrc =
UnsafeNativeMethods
.CreateCompatibleDC(new HandleRef(null, hDC));
155
IntPtr dcDest =
UnsafeNativeMethods
.CreateCompatibleDC(new HandleRef(null, hDC));
168
UnsafeNativeMethods
.DeleteCompatibleDC(new HandleRef(null, dcSrc));
169
UnsafeNativeMethods
.DeleteCompatibleDC(new HandleRef(null, dcDest));
170
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, hDC));
760
medium.unionmember =
UnsafeNativeMethods
.GlobalAlloc(NativeMethods.GMEM_MOVEABLE
772
UnsafeNativeMethods
.GlobalFree(new HandleRef(medium, medium.unionmember));
951
UnsafeNativeMethods
.GlobalFree(new HandleRef(null, handle));
954
handle =
UnsafeNativeMethods
.GlobalAlloc(NativeMethods.GMEM_MOVEABLE | NativeMethods.GMEM_DDESHARE, size);
958
IntPtr ptr =
UnsafeNativeMethods
.GlobalLock(new HandleRef(null, handle));
969
UnsafeNativeMethods
.GlobalUnlock(new HandleRef(null, handle));
1014
IntPtr newHandle =
UnsafeNativeMethods
.GlobalReAlloc(new HandleRef(null, handle),
1020
IntPtr basePtr =
UnsafeNativeMethods
.GlobalLock(new HandleRef(null, newHandle));
1042
UnsafeNativeMethods
.CopyMemoryW(currentPtr, files[i], files[i].Length*2);
1049
UnsafeNativeMethods
.CopyMemoryA(currentPtr, files[i], pinvokeLen);
1065
UnsafeNativeMethods
.GlobalUnlock(new HandleRef(null, newHandle));
1082
newHandle =
UnsafeNativeMethods
.GlobalReAlloc(new HandleRef(null, handle),
1090
IntPtr ptr =
UnsafeNativeMethods
.GlobalLock(new HandleRef(null, newHandle));
1096
UnsafeNativeMethods
.CopyMemoryW(ptr, chars, chars.Length*2);
1103
int pinvokeSize =
UnsafeNativeMethods
.WideCharToMultiByte(0 /*CP_ACP*/, 0, str, str.Length, null, 0, IntPtr.Zero, IntPtr.Zero);
1106
UnsafeNativeMethods
.WideCharToMultiByte(0 /*CP_ACP*/, 0, str, str.Length, strBytes, strBytes.Length, IntPtr.Zero, IntPtr.Zero);
1108
newHandle =
UnsafeNativeMethods
.GlobalReAlloc(new HandleRef(null, handle),
1116
IntPtr ptr =
UnsafeNativeMethods
.GlobalLock(new HandleRef(null, newHandle));
1120
UnsafeNativeMethods
.CopyMemory(ptr, strBytes, pinvokeSize);
1125
UnsafeNativeMethods
.GlobalUnlock(new HandleRef(null, newHandle));
1139
newHandle =
UnsafeNativeMethods
.GlobalReAlloc(new HandleRef(null, handle),
1147
IntPtr ptr =
UnsafeNativeMethods
.GlobalLock(new HandleRef(null, newHandle));
1152
UnsafeNativeMethods
.CopyMemory(ptr, bytes, bytes.Length);
1156
UnsafeNativeMethods
.GlobalUnlock(new HandleRef(null, newHandle));
1418
UnsafeNativeMethods
.IStream pStream = (
UnsafeNativeMethods
.IStream)Marshal.GetObjectForIUnknown(medium.unionmember);
1424
IntPtr hglobal =
UnsafeNativeMethods
.GlobalAlloc(NativeMethods.GMEM_MOVEABLE
1428
IntPtr ptr =
UnsafeNativeMethods
.GlobalLock(new HandleRef(innerData, hglobal));
1430
UnsafeNativeMethods
.GlobalUnlock(new HandleRef(innerData, hglobal));
1521
UnsafeNativeMethods
.GlobalFree(new HandleRef(null, hglobal));
1693
IntPtr ptr =
UnsafeNativeMethods
.GlobalLock(new HandleRef(null, handle));
1698
int size =
UnsafeNativeMethods
.GlobalSize(new HandleRef(null, handle));
1730
UnsafeNativeMethods
.GlobalUnlock(new HandleRef(null, handle));
1842
int count =
UnsafeNativeMethods
.DragQueryFile(new HandleRef(null, hdrop), unchecked((int)0xFFFFFFFF), null, 0);
1848
int charlen =
UnsafeNativeMethods
.DragQueryFileLongPath(new HandleRef(null, hdrop), i, sb);
1875
IntPtr ptr =
UnsafeNativeMethods
.GlobalLock(new HandleRef(null, handle));
1885
UnsafeNativeMethods
.GlobalUnlock(new HandleRef(null, handle));
1894
IntPtr ptr =
UnsafeNativeMethods
.GlobalLock(new HandleRef(null, handle));
1896
int size =
UnsafeNativeMethods
.GlobalSize(new HandleRef(null, handle));
1902
UnsafeNativeMethods
.GlobalUnlock(new HandleRef(null, handle));
winforms\Managed\System\WinForms\DataStreamFromComStream.cs (2)
21
private
UnsafeNativeMethods
.IStream comStream;
23
public DataStreamFromComStream(
UnsafeNativeMethods
.IStream comStream) : base() {
winforms\Managed\System\WinForms\DateTimePicker.cs (16)
418
int gdt = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.DTM_GETSYSTEMTIME, 0, sys);
431
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.DTM_SETSYSTEMTIME, gdt, sys);
436
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.DTM_SETSYSTEMTIME, gdt, sys);
1036
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.DTM_SETSYSTEMTIME, gdt, sys);
1126
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
1134
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
1149
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.DTM_SETSYSTEMTIME, gdt, sys);
1154
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.DTM_SETSYSTEMTIME, gdt, sys);
1380
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.DTM_SETSYSTEMTIME, gdt, sys);
1457
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.DTM_SETRANGE, flags, sa);
1574
UnsafeNativeMethods
.EnumChildWindows(new HandleRef(this, Handle), cb, NativeMethods.NullHandleRef);
1638
int style = unchecked((int)((long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_EXSTYLE)));
1641
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_EXSTYLE, new HandleRef(this, (IntPtr)style));
1849
internal override
UnsafeNativeMethods
.ToggleState ToggleState {
1852
UnsafeNativeMethods
.ToggleState.ToggleState_On :
1853
UnsafeNativeMethods
.ToggleState.ToggleState_Off;
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
778
itemHeight = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_GETITEMHEIGHT, 0, 0);
780
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_SETITEMHEIGHT, itemHeight, 0);
winforms\Managed\System\WinForms\DropSource.cs (1)
13
internal class DropSource :
UnsafeNativeMethods
.IOleDropSource {
winforms\Managed\System\WinForms\DropTarget.cs (8)
20
internal class DropTarget :
UnsafeNativeMethods
.IOleDropTarget {
60
int
UnsafeNativeMethods
.IOleDropTarget.OleDragEnter(object pDataObj, int grfKeyState,
61
UnsafeNativeMethods
.POINTSTRUCT pt,
81
int
UnsafeNativeMethods
.IOleDropTarget.OleDragOver(int grfKeyState,
UnsafeNativeMethods
.POINTSTRUCT pt, ref int pdwEffect) {
93
int
UnsafeNativeMethods
.IOleDropTarget.OleDragLeave() {
98
int
UnsafeNativeMethods
.IOleDropTarget.OleDrop(object pDataObj, int grfKeyState,
UnsafeNativeMethods
.POINTSTRUCT pt, ref int pdwEffect) {
winforms\Managed\System\WinForms\ErrorProvider.cs (8)
923
UnsafeNativeMethods
.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_ADDTOOL, 0, toolInfo);
969
UnsafeNativeMethods
.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
971
UnsafeNativeMethods
.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETDELAYTIME, NativeMethods.TTDT_INITIAL, 0);
1066
IntPtr hdc =
UnsafeNativeMethods
.BeginPaint(new HandleRef(this, Handle), ref ps);
1082
UnsafeNativeMethods
.EndPaint(new HandleRef(this, Handle), ref ps);
1135
UnsafeNativeMethods
.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_DELTOOL, 0, toolInfo);
1231
UnsafeNativeMethods
.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETTOOLINFO, 0, toolInfo);
1258
if (
UnsafeNativeMethods
.SetWindowRgn(new HandleRef(this, Handle), new HandleRef(windowRegion, windowRegionHandle), true) != 0) {
winforms\Managed\System\WinForms\FileDialog.cs (16)
29
using CharBuffer = System.Windows.Forms.
UnsafeNativeMethods
.CharBuffer;
212
UnsafeNativeMethods
.GetWindowText(new HandleRef(this, dialogHWnd), sb, sb.Capacity);
454
get { return
UnsafeNativeMethods
.GetModuleHandle(null); }
618
NativeMethods.OPENFILENAME_I ofn = (NativeMethods.OPENFILENAME_I)
UnsafeNativeMethods
.PtrToStructure(lpOFN, typeof(NativeMethods.OPENFILENAME_I));
749
dialogHWnd =
UnsafeNativeMethods
.GetParent(new HandleRef(null, hWnd));
751
UnsafeNativeMethods
.OFNOTIFY notify = (
UnsafeNativeMethods
.OFNOTIFY)
UnsafeNativeMethods
.PtrToStructure(lparam, typeof(
UnsafeNativeMethods
.OFNOTIFY));
758
NativeMethods.OPENFILENAME_I ofn = (NativeMethods.OPENFILENAME_I)
UnsafeNativeMethods
.PtrToStructure(notify.lpOFN, typeof(NativeMethods.OPENFILENAME_I));
760
int sizeNeeded = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, dialogHWnd), 1124 /*CDM_GETSPEC*/, System.IntPtr.Zero, System.IntPtr.Zero);
801
UnsafeNativeMethods
.SetWindowLong(new HandleRef(null, hWnd), 0, new HandleRef(null, NativeMethods.InvalidIntPtr));
806
UnsafeNativeMethods
.SetWindowLong(new HandleRef(null, hWnd), 0, new HandleRef(null, NativeMethods.InvalidIntPtr));
814
UnsafeNativeMethods
.EndDialog(new HandleRef(this, dialogHWnd), IntPtr.Zero);
919
IntPtr focusHandle =
UnsafeNativeMethods
.GetFocus();
925
UnsafeNativeMethods
.SetFocus(new HandleRef(null, focusHandle));
winforms\Managed\System\WinForms\FileDialog_Vista.cs (3)
39
if (
UnsafeNativeMethods
.IsVista && this._autoUpgradeEnabled && SettingsSupportVistaDialog)
309
if (0 <=
UnsafeNativeMethods
.Shell32.SHILCreateFromPath(path, out pidl, ref zero))
311
if (0 <=
UnsafeNativeMethods
.Shell32.SHCreateShellItem(
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (2)
102
if (!
UnsafeNativeMethods
.IsVista)
109
int result =
UnsafeNativeMethods
.Shell32.SHGetFolderPathEx(ref folderGuid, 0, IntPtr.Zero, path);
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (19)
55
private
UnsafeNativeMethods
.BrowseCallbackProc callback;
206
private static
UnsafeNativeMethods
.IMalloc GetSHMalloc()
208
UnsafeNativeMethods
.IMalloc[] malloc = new
UnsafeNativeMethods
.IMalloc[1];
209
UnsafeNativeMethods
.Shell32.SHGetMalloc(malloc);
237
UnsafeNativeMethods
.Shell32.SHGetSpecialFolderLocation(hWndOwner, (int) rootFolder, ref pidlRoot);
240
UnsafeNativeMethods
.Shell32.SHGetSpecialFolderLocation(hWndOwner, NativeMethods.CSIDL_DESKTOP, ref pidlRoot);
247
int mergedOptions = unchecked( (int) (long)
UnsafeNativeMethods
.BrowseInfos.NewDialogStyle);
250
mergedOptions += unchecked( (int) (long)
UnsafeNativeMethods
.BrowseInfos.HideNewFolderButton);
269
UnsafeNativeMethods
.BROWSEINFO bi = new
UnsafeNativeMethods
.BROWSEINFO();
273
this.callback = new
UnsafeNativeMethods
.BrowseCallbackProc(this.FolderBrowserDialog_BrowseCallbackProc);
285
pidlRet =
UnsafeNativeMethods
.Shell32.SHBrowseForFolder(bi);
290
UnsafeNativeMethods
.Shell32.SHGetPathFromIDListLongPath(pidlRet, ref pszSelectedPath);
304
UnsafeNativeMethods
.CoTaskMemFree(pidlRoot);
307
UnsafeNativeMethods
.CoTaskMemFree(pidlRet);
341
UnsafeNativeMethods
.SendMessage(new HandleRef(null, hwnd), (int) NativeMethods.BFFM_SETSELECTION, 1, selectedPath);
351
bool isFileSystemFolder =
UnsafeNativeMethods
.Shell32.SHGetPathFromIDListLongPath(selectedPidl, ref pszSelectedPath);
353
UnsafeNativeMethods
.SendMessage(new HandleRef(null, hwnd), (int) NativeMethods.BFFM_ENABLEOK, 0, isFileSystemFolder ? 1 : 0);
winforms\Managed\System\WinForms\FontDialog.cs (11)
477
UnsafeNativeMethods
.SendMessage(new HandleRef(null, hWnd), NativeMethods.WM_CHOOSEFONT_GETLOGFONT, 0, lf);
479
int index = (int)
UnsafeNativeMethods
.SendDlgItemMessage(new HandleRef(null, hWnd), 0x473, NativeMethods.CB_GETCURSEL, IntPtr.Zero, IntPtr.Zero);
481
UpdateColor((int)
UnsafeNativeMethods
.SendDlgItemMessage(new HandleRef(null, hWnd), 0x473,
501
IntPtr hWndCtl =
UnsafeNativeMethods
.GetDlgItem(new HandleRef(null, hWnd), NativeMethods.cmb4);
503
hWndCtl =
UnsafeNativeMethods
.GetDlgItem(new HandleRef(null, hWnd), NativeMethods.stc4);
557
IntPtr screenDC =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
573
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, screenDC));
601
cf.hInstance =
UnsafeNativeMethods
.GetModuleHandle(null);
614
lfReturned = (NativeMethods.LOGFONT)
UnsafeNativeMethods
.PtrToStructure(logFontPtr, typeof(NativeMethods.LOGFONT));
685
IntPtr screenDC =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
708
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, screenDC));
winforms\Managed\System\WinForms\Form.cs (78)
435
IntPtr hwnd =
UnsafeNativeMethods
.GetForegroundWindow();
2104
int exStyle = unchecked((int)(long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_EXSTYLE));
2107
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_EXSTYLE, new HandleRef(null, (IntPtr)cp.ExStyle));
2684
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.WM_SHOWWINDOW, value ? 1 : 0, 0);
3091
UnsafeNativeMethods
.SetForegroundWindow(new HandleRef(this, Handle));
3247
UnsafeNativeMethods
.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.SC_MINIMIZE,
3251
UnsafeNativeMethods
.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.SC_MINIMIZE,
3255
UnsafeNativeMethods
.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.SC_MAXIMIZE,
3259
UnsafeNativeMethods
.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.SC_MAXIMIZE,
3263
UnsafeNativeMethods
.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.SC_CLOSE,
3267
UnsafeNativeMethods
.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.SC_CLOSE,
3271
UnsafeNativeMethods
.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.SC_RESTORE,
3275
UnsafeNativeMethods
.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.SC_RESTORE,
3279
UnsafeNativeMethods
.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.SC_SIZE,
3283
UnsafeNativeMethods
.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.SC_SIZE,
3342
IntPtr hmenu =
UnsafeNativeMethods
.GetSystemMenu(new HandleRef(this, Handle), false);
3696
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_HWNDPARENT, TaskbarOwner);
3702
UnsafeNativeMethods
.SendMessage(TaskbarOwner, NativeMethods.WM_SETICON, NativeMethods.ICON_BIG, icon.Handle);
3778
m.Result =
UnsafeNativeMethods
.DefFrameProc(m.HWnd, ctlClient.Handle, m.Msg, m.WParam, m.LParam);
3781
m.Result =
UnsafeNativeMethods
.DefMDIChildProc(m.HWnd, m.Msg, m.WParam, m.LParam);
4452
ownerHandle =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_HWNDPARENT);
4458
UnsafeNativeMethods
.GetWindowRect(new HandleRef(null, ownerHandle), ref ownerRect);
4497
hWndOwner =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_HWNDPARENT);
4992
&&
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETSNAPTODEFBUTTON, 0, ref data, 0)
5000
UnsafeNativeMethods
.ClientToScreen(new HandleRef(this, Handle), ptToSnap);
5294
UnsafeNativeMethods
.TranslateMDISysAccel(ctlClient.Handle, ref win32Message)) {
5514
UnsafeNativeMethods
.GetWindowPlacement(new HandleRef(this, Handle), ref wp);
5531
UnsafeNativeMethods
.EnumThreadWindows(SafeNativeMethods.GetCurrentThreadId(),
5552
UnsafeNativeMethods
.SetWindowPlacement(new HandleRef(this, Handle), ref wp);
5708
if (IsHandleCreated &&
UnsafeNativeMethods
.GetForegroundWindow() == this.Handle) {
5713
else if (!IsHandleCreated ||
UnsafeNativeMethods
.GetForegroundWindow() != this.Handle)
5767
UnsafeNativeMethods
.SetActiveWindow(new HandleRef(this, Handle));
5770
UnsafeNativeMethods
.SetActiveWindow(new HandleRef(MdiParentInternal, MdiParentInternal.Handle));
6091
else if ( (owner != null) && ((int)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(owner, Control.GetSafeHandle(owner)), NativeMethods.GWL_EXSTYLE)
6097
IntPtr hWndActive =
UnsafeNativeMethods
.GetActiveWindow();
6107
if (
UnsafeNativeMethods
.GetWindowLong(new HandleRef(owner, hWndOwner), NativeMethods.GWL_HWNDPARENT) == Handle) {
6113
hWndOldOwner =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_HWNDPARENT);
6114
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_HWNDPARENT, new HandleRef(owner, hWndOwner));
6156
else if ( (owner != null) && ((int)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(owner, Control.GetSafeHandle(owner)), NativeMethods.GWL_EXSTYLE)
6169
IntPtr hWndCapture =
UnsafeNativeMethods
.GetCapture();
6171
UnsafeNativeMethods
.SendMessage(new HandleRef(null, hWndCapture), NativeMethods.WM_CANCELMODE, IntPtr.Zero, IntPtr.Zero);
6174
IntPtr hWndActive =
UnsafeNativeMethods
.GetActiveWindow();
6208
if (
UnsafeNativeMethods
.GetWindowLong(new HandleRef(owner, hWndOwner), NativeMethods.GWL_HWNDPARENT) == Handle) {
6214
hWndOldOwner =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_HWNDPARENT);
6215
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_HWNDPARENT, new HandleRef(owner, hWndOwner));
6232
if (!
UnsafeNativeMethods
.IsWindow(new HandleRef(null, hWndActive))) hWndActive = hWndOwner;
6233
if (
UnsafeNativeMethods
.IsWindow(new HandleRef(null, hWndActive)) && SafeNativeMethods.IsWindowVisible(new HandleRef(null, hWndActive))) {
6234
UnsafeNativeMethods
.SetActiveWindow(new HandleRef(null, hWndActive));
6236
else if (
UnsafeNativeMethods
.IsWindow(new HandleRef(null, hWndOwner)) && SafeNativeMethods.IsWindowVisible(new HandleRef(null, hWndOwner))){
6237
UnsafeNativeMethods
.SetActiveWindow(new HandleRef(null, hWndOwner));
6442
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_HWNDPARENT, ownerHwnd);
6458
result =
UnsafeNativeMethods
.SetLayeredWindowAttributes(new HandleRef(this, Handle), 0, OpacityAsByte, NativeMethods.LWA_ALPHA);
6462
result =
UnsafeNativeMethods
.SetLayeredWindowAttributes(new HandleRef(this, Handle), ColorTranslator.ToWin32(transparencyKey), 0, NativeMethods.LWA_COLORKEY);
6465
result =
UnsafeNativeMethods
.SetLayeredWindowAttributes(new HandleRef(this, Handle), ColorTranslator.ToWin32(transparencyKey),
6520
UnsafeNativeMethods
.SetMenu(new HandleRef(this, Handle), new HandleRef(menu, menu.Handle));
6523
UnsafeNativeMethods
.SetMenu(new HandleRef(this, Handle), NativeMethods.NullHandleRef);
6547
UnsafeNativeMethods
.SendMessage(new HandleRef(ctlClient, ctlClient.Handle), NativeMethods.WM_MDISETMENU, dummyMenu.Handle, IntPtr.Zero);
6553
UnsafeNativeMethods
.SendMessage(new HandleRef(ctlClient, ctlClient.Handle), NativeMethods.WM_MDISETMENU, menu.Handle, IntPtr.Zero);
6559
IntPtr hMenu =
UnsafeNativeMethods
.GetMenu(new HandleRef(this, this.Handle));
6565
UnsafeNativeMethods
.SetMenu(new HandleRef(this, this.Handle), NativeMethods.NullHandleRef);
6700
IntPtr hMenu =
UnsafeNativeMethods
.GetMenu(new HandleRef(this, this.Handle));
6848
UnsafeNativeMethods
.GetWindowPlacement(new HandleRef(this, Handle), ref wp);
6975
UnsafeNativeMethods
.GetStartupInfo(si);
7260
UnsafeNativeMethods
.PostMessage(new HandleRef(formMdiParent, formMdiParent.Handle), NativeMethods.WM_SYSCOMMAND, new IntPtr(NativeMethods.SC_KEYMENU), m.WParam);
7363
UnsafeNativeMethods
.ScreenToClient(new HandleRef(this, this.Handle), pt );
7755
IntPtr parent =
UnsafeNativeMethods
.GetWindowLong(hRef, NativeMethods.GWL_HWNDPARENT);
7776
UnsafeNativeMethods
.SetWindowLong(hRef, NativeMethods.GWL_HWNDPARENT, NativeMethods.NullHandleRef);
7788
UnsafeNativeMethods
.SetWindowLong(hRef, NativeMethods.GWL_HWNDPARENT, hRefOwner);
7884
UnsafeNativeMethods
.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, owner.Width);
7886
UnsafeNativeMethods
.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_SETTITLE, NativeMethods.TTI_WARNING, SR.GetString(SR.SecurityToolTipCaption));
7888
if (0 == (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_ADDTOOL, 0, GetTOOLINFO())) {
7892
UnsafeNativeMethods
.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_ACTIVATE, 1, 0);
7918
UnsafeNativeMethods
.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_TRACKPOSITION, 0, NativeMethods.Util.MAKELONG(owner.Left + s.Width / 2, owner.Top + SystemInformation.CaptionHeight));
7930
UnsafeNativeMethods
.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_TRACKACTIVATE, 0, GetTOOLINFO());
7931
UnsafeNativeMethods
.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_DELTOOL, 0, GetTOOLINFO());
7932
UnsafeNativeMethods
.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_ADDTOOL, 0, GetTOOLINFO());
7938
UnsafeNativeMethods
.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_TRACKPOSITION, 0, NativeMethods.Util.MAKELONG(owner.Left + s.Width / 2, owner.Top + SystemInformation.CaptionHeight));
7939
UnsafeNativeMethods
.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_TRACKACTIVATE, 1, GetTOOLINFO());
winforms\Managed\System\WinForms\Help.cs (5)
212
uint requiredStringSize =
UnsafeNativeMethods
.GetShortPathName(localPath, newPath, 0);
216
requiredStringSize =
UnsafeNativeMethods
.GetShortPathName(localPath, newPath, requiredStringSize);
227
handle = new HandleRef(null,
UnsafeNativeMethods
.GetActiveWindow());
318
handle = new HandleRef(null,
UnsafeNativeMethods
.GetActiveWindow());
323
UnsafeNativeMethods
.ShellExecute_NoBFM(handle, null, file.ToString(), null, null, NativeMethods.SW_NORMAL);
winforms\Managed\System\WinForms\HtmlDocument.cs (72)
41
private
UnsafeNativeMethods
.IHTMLDocument2 htmlDocument2;
45
internal HtmlDocument(HtmlShimManager shimManager,
UnsafeNativeMethods
.IHTMLDocument doc)
47
this.htmlDocument2 = (
UnsafeNativeMethods
.IHTMLDocument2)doc;
54
internal
UnsafeNativeMethods
.IHTMLDocument2 NativeHtmlDocument2
96
UnsafeNativeMethods
.IHTMLElement iHtmlElement = this.NativeHtmlDocument2.GetActiveElement();
109
UnsafeNativeMethods
.IHTMLElement iHtmlElement = this.NativeHtmlDocument2.GetBody();
162
UnsafeNativeMethods
.IHTMLLocation iHtmlLocation = this.NativeHtmlDocument2.GetLocation();
176
UnsafeNativeMethods
.IHTMLWindow2 iHTMLWindow2 = this.NativeHtmlDocument2.GetParentWindow();
334
return ((
UnsafeNativeMethods
.IHTMLDocument4)this.NativeHtmlDocument2).HasFocus();
374
return ((
UnsafeNativeMethods
.IHTMLDocument3)this.NativeHtmlDocument2).GetDir() == "rtl";
378
((
UnsafeNativeMethods
.IHTMLDocument3)this.NativeHtmlDocument2).SetDir(value ? "rtl" : "ltr");
416
UnsafeNativeMethods
.IHTMLElementCollection iHTMLElementCollection = this.NativeHtmlDocument2.GetAll();
429
UnsafeNativeMethods
.IHTMLElementCollection iHTMLElementCollection = this.NativeHtmlDocument2.GetLinks();
442
UnsafeNativeMethods
.IHTMLElementCollection iHTMLElementCollection = this.NativeHtmlDocument2.GetImages();
455
UnsafeNativeMethods
.IHTMLElementCollection iHTMLElementCollection = this.NativeHtmlDocument2.GetForms();
485
((
UnsafeNativeMethods
.IHTMLDocument4)this.NativeHtmlDocument2).Focus();
487
((
UnsafeNativeMethods
.IHTMLDocument4)this.NativeHtmlDocument2).Focus();
496
UnsafeNativeMethods
.IHTMLElement iHTMLElement = ((
UnsafeNativeMethods
.IHTMLDocument3)this.NativeHtmlDocument2).GetElementById(id);
506
UnsafeNativeMethods
.IHTMLElement iHTMLElement = this.NativeHtmlDocument2.ElementFromPoint(point.X, point.Y);
516
UnsafeNativeMethods
.IHTMLElementCollection iHTMLElementCollection = ((
UnsafeNativeMethods
.IHTMLDocument3)this.NativeHtmlDocument2).GetElementsByTagName(tagName);
529
UnsafeNativeMethods
.IHTMLDocument iHTMLDocument = ohtmlDocument as
UnsafeNativeMethods
.IHTMLDocument;
539
UnsafeNativeMethods
.IHTMLElement iHTMLElement = this.NativeHtmlDocument2.CreateElement(elementTag);
554
UnsafeNativeMethods
.IDispatch scriptObject = this.NativeHtmlDocument2.GetScript() as
UnsafeNativeMethods
.IDispatch;
892
private
UnsafeNativeMethods
.IHTMLWindow2 associatedWindow = null;
908
public override
UnsafeNativeMethods
.IHTMLWindow2 AssociatedWindow
913
public
UnsafeNativeMethods
.IHTMLDocument2 NativeHtmlDocument2
932
bool success = ((
UnsafeNativeMethods
.IHTMLDocument3)this.NativeHtmlDocument2).AttachEvent(eventName, proxy);
942
((
UnsafeNativeMethods
.IHTMLDocument3)this.NativeHtmlDocument2).DetachEvent(eventName, proxy);
956
typeof(
UnsafeNativeMethods
.DHTMLDocumentEvents2),
1002
UnsafeNativeMethods
.DHTMLDocumentEvents2
1019
public bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1027
public bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1034
public void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1040
public void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1046
public void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1052
public void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1058
public void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1064
public void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1070
public void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1076
public bool onstop(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1083
public bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1089
public bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1095
public void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1097
public void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1099
public bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1105
public void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1107
public bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1113
public void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1115
public bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1121
public void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1123
public bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1129
public bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1135
public bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1141
public void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1143
public void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1145
public void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1147
public void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1149
public void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1151
public void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1153
public void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1155
public void onbeforeeditfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1157
public void onselectionchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1159
public bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1165
public bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1171
public void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1173
public void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1175
public bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1181
public bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
winforms\Managed\System\WinForms\HtmlElement.cs (162)
48
private
UnsafeNativeMethods
.IHTMLElement htmlElement;
52
internal HtmlElement(HtmlShimManager shimManager,
UnsafeNativeMethods
.IHTMLElement element)
69
UnsafeNativeMethods
.IHTMLElementCollection iHTMLElementCollection = this.NativeHtmlElement.GetAll() as
UnsafeNativeMethods
.IHTMLElementCollection;
82
UnsafeNativeMethods
.IHTMLElementCollection iHTMLElementCollection = this.NativeHtmlElement.GetChildren() as
UnsafeNativeMethods
.IHTMLElementCollection;
95
return ((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).CanHaveChildren();
107
UnsafeNativeMethods
.IHTMLElement2 htmlElement2 = (
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement;
122
UnsafeNativeMethods
.IHTMLDocument iHTMLDocument = this.NativeHtmlElement.GetDocument() as
UnsafeNativeMethods
.IHTMLDocument;
135
return !(((
UnsafeNativeMethods
.IHTMLElement3)this.NativeHtmlElement).GetDisabled());
139
((
UnsafeNativeMethods
.IHTMLElement3)this.NativeHtmlElement).SetDisabled(!value);
169
UnsafeNativeMethods
.IHTMLElement iHtmlElement = null;
170
UnsafeNativeMethods
.IHTMLDOMNode iHtmlDomNode = this.NativeHtmlElement as
UnsafeNativeMethods
.IHTMLDOMNode;
174
iHtmlElement = iHtmlDomNode.FirstChild() as
UnsafeNativeMethods
.IHTMLElement;
269
private
UnsafeNativeMethods
.IHTMLElement NativeHtmlElement
285
UnsafeNativeMethods
.IHTMLElement iHtmlElement = null;
286
UnsafeNativeMethods
.IHTMLDOMNode iHtmlDomNode = this.NativeHtmlElement as
UnsafeNativeMethods
.IHTMLDOMNode;
290
iHtmlElement = iHtmlDomNode.NextSibling() as
UnsafeNativeMethods
.IHTMLElement;
318
UnsafeNativeMethods
.IHTMLElement iHtmlElement = this.NativeHtmlElement.GetOffsetParent();
385
UnsafeNativeMethods
.IHTMLElement iHtmlElement = this.NativeHtmlElement.GetParentElement();
400
UnsafeNativeMethods
.IHTMLElement2 htmlElement2 = (
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement;
414
return ((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).GetScrollLeft();
418
((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).SetScrollLeft(value);
430
return ((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).GetScrollTop();
434
((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).SetScrollTop(value);
482
return ((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).GetTabIndex();
486
((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).SetTabIndex(value);
540
((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).Focus();
569
UnsafeNativeMethods
.IHTMLElementCollection iHTMLElementCollection = ((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).GetElementsByTagName(tagName);
578
UnsafeNativeMethods
.IHTMLElement iHtmlElement = ((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).InsertAdjacentElement(orient.ToString(),
579
(
UnsafeNativeMethods
.IHTMLElement)newElement.DomElement);
603
UnsafeNativeMethods
.IDispatch scriptObject = this.NativeHtmlElement as
UnsafeNativeMethods
.IDispatch;
660
((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).Blur();
671
((
UnsafeNativeMethods
.IHTMLElement3)this.NativeHtmlElement).FireEvent(eventName, IntPtr.Zero);
1020
UnsafeNativeMethods
.DHTMLElementEvents2,
1021
UnsafeNativeMethods
.DHTMLAnchorEvents2,
1022
UnsafeNativeMethods
.DHTMLAreaEvents2,
1023
UnsafeNativeMethods
.DHTMLButtonElementEvents2,
1024
UnsafeNativeMethods
.DHTMLControlElementEvents2,
1025
UnsafeNativeMethods
.DHTMLFormElementEvents2,
1026
UnsafeNativeMethods
.DHTMLFrameSiteEvents2,
1027
UnsafeNativeMethods
.DHTMLImgEvents2,
1028
UnsafeNativeMethods
.DHTMLInputFileElementEvents2,
1029
UnsafeNativeMethods
.DHTMLInputImageEvents2,
1030
UnsafeNativeMethods
.DHTMLInputTextElementEvents2,
1031
UnsafeNativeMethods
.DHTMLLabelEvents2,
1032
UnsafeNativeMethods
.DHTMLLinkElementEvents2,
1033
UnsafeNativeMethods
.DHTMLMapEvents2,
1034
UnsafeNativeMethods
.DHTMLMarqueeElementEvents2,
1035
UnsafeNativeMethods
.DHTMLOptionButtonElementEvents2,
1036
UnsafeNativeMethods
.DHTMLSelectElementEvents2,
1037
UnsafeNativeMethods
.DHTMLStyleElementEvents2,
1038
UnsafeNativeMethods
.DHTMLTableEvents2,
1039
UnsafeNativeMethods
.DHTMLTextContainerEvents2,
1040
UnsafeNativeMethods
.DHTMLScriptEvents2
1058
public bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1065
public bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1072
public bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1079
public void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1085
public void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1091
public void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1097
public void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1103
public void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1109
public void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1115
public void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1121
public void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1127
public bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1133
public void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1139
public bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1146
public void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1152
public void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1158
public bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1165
public void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1171
public void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1177
public void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1183
public void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1185
public bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1191
public bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1197
public void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1199
public bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1205
public void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1207
public bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1213
public bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1219
public void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1221
public bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1227
public void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1229
public void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1231
public void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1233
public void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1235
public void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1237
public void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1239
public void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1241
public void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1243
public bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1249
public bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1255
public bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1261
public bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1267
public bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1273
public bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1279
public bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1285
public bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1291
public bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1297
public void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1299
public void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1301
public void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1303
public void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1305
public void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1307
public void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1309
public void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1311
public void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1313
public bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1319
public bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1325
public void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1327
public bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1333
public bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1339
public void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1341
public bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1347
public bool onchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1353
public void onselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1355
public void onload(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1357
public void onerror(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1359
public void onabort(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1361
public bool onsubmit(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1367
public bool onreset(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
1373
public void onchange_void(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1375
public void onbounce(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1377
public void onfinish(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1379
public void onstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
1394
private static Type[] dispInterfaceTypes = {typeof(
UnsafeNativeMethods
.DHTMLElementEvents2),
1395
typeof(
UnsafeNativeMethods
.DHTMLAnchorEvents2),
1396
typeof(
UnsafeNativeMethods
.DHTMLAreaEvents2),
1397
typeof(
UnsafeNativeMethods
.DHTMLButtonElementEvents2),
1398
typeof(
UnsafeNativeMethods
.DHTMLControlElementEvents2),
1399
typeof(
UnsafeNativeMethods
.DHTMLFormElementEvents2),
1400
typeof(
UnsafeNativeMethods
.DHTMLFrameSiteEvents2),
1401
typeof(
UnsafeNativeMethods
.DHTMLImgEvents2),
1402
typeof(
UnsafeNativeMethods
.DHTMLInputFileElementEvents2),
1403
typeof(
UnsafeNativeMethods
.DHTMLInputImageEvents2),
1404
typeof(
UnsafeNativeMethods
.DHTMLInputTextElementEvents2),
1405
typeof(
UnsafeNativeMethods
.DHTMLLabelEvents2),
1406
typeof(
UnsafeNativeMethods
.DHTMLLinkElementEvents2),
1407
typeof(
UnsafeNativeMethods
.DHTMLMapEvents2),
1408
typeof(
UnsafeNativeMethods
.DHTMLMarqueeElementEvents2),
1409
typeof(
UnsafeNativeMethods
.DHTMLOptionButtonElementEvents2),
1410
typeof(
UnsafeNativeMethods
.DHTMLSelectElementEvents2),
1411
typeof(
UnsafeNativeMethods
.DHTMLStyleElementEvents2),
1412
typeof(
UnsafeNativeMethods
.DHTMLTableEvents2),
1413
typeof(
UnsafeNativeMethods
.DHTMLTextContainerEvents2),
1414
typeof(
UnsafeNativeMethods
.DHTMLScriptEvents2)};
1418
private
UnsafeNativeMethods
.IHTMLWindow2 associatedWindow = null;
1439
public
UnsafeNativeMethods
.IHTMLElement NativeHtmlElement
1449
public override
UnsafeNativeMethods
.IHTMLWindow2 AssociatedWindow
1463
bool success = ((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).AttachEvent(eventName, proxy);
1491
((
UnsafeNativeMethods
.IHTMLElement2)this.NativeHtmlElement).DetachEvent(eventName, proxy);
winforms\Managed\System\WinForms\HtmlElementCollection.cs (7)
26
private
UnsafeNativeMethods
.IHTMLElementCollection htmlElementCollection;
37
internal HtmlElementCollection(HtmlShimManager shimManager,
UnsafeNativeMethods
.IHTMLElementCollection elements) {
50
private
UnsafeNativeMethods
.IHTMLElementCollection NativeHtmlElementCollection {
68
UnsafeNativeMethods
.IHTMLElement htmlElement =
69
this.NativeHtmlElementCollection.Item((object)index, (object)0) as
UnsafeNativeMethods
.IHTMLElement;
88
UnsafeNativeMethods
.IHTMLElement htmlElement =
89
this.NativeHtmlElementCollection.Item((object)elementId, (object)0) as
UnsafeNativeMethods
.IHTMLElement;
winforms\Managed\System\WinForms\HtmlElementEventArgs.cs (5)
24
private
UnsafeNativeMethods
.IHTMLEventObj htmlEventObj;
27
internal HtmlElementEventArgs(HtmlShimManager shimManager,
UnsafeNativeMethods
.IHTMLEventObj eventObj) {
34
private
UnsafeNativeMethods
.IHTMLEventObj NativeHTMLEventObj {
185
UnsafeNativeMethods
.IHTMLElement htmlElement = this.NativeHTMLEventObj.GetFromElement();
197
UnsafeNativeMethods
.IHTMLElement htmlElement = this.NativeHTMLEventObj.GetToElement();
winforms\Managed\System\WinForms\HtmlHistory.cs (3)
29
private
UnsafeNativeMethods
.IOmHistory htmlHistory;
33
internal HtmlHistory(
UnsafeNativeMethods
.IOmHistory history)
39
private
UnsafeNativeMethods
.IOmHistory NativeOmHistory {
winforms\Managed\System\WinForms\HtmlShim.cs (1)
63
public abstract
UnsafeNativeMethods
.IHTMLWindow2 AssociatedWindow {
winforms\Managed\System\WinForms\HtmlWindow.cs (35)
37
private
UnsafeNativeMethods
.IHTMLWindow2 htmlWindow2;
40
internal HtmlWindow(HtmlShimManager shimManager,
UnsafeNativeMethods
.IHTMLWindow2 win)
48
internal
UnsafeNativeMethods
.IHTMLWindow2 NativeHtmlWindow
87
UnsafeNativeMethods
.IHTMLDocument iHTMLDocument = this.NativeHtmlWindow.GetDocument() as
UnsafeNativeMethods
.IHTMLDocument;
112
UnsafeNativeMethods
.IHTMLFramesCollection2 iHTMLFramesCollection2 = this.NativeHtmlWindow.GetFrames();
125
UnsafeNativeMethods
.IOmHistory iOmHistory = this.NativeHtmlWindow.GetHistory();
166
UnsafeNativeMethods
.IHTMLWindow2 iHTMLWindow2 = this.NativeHtmlWindow.GetOpener() as
UnsafeNativeMethods
.IHTMLWindow2;
179
UnsafeNativeMethods
.IHTMLWindow2 iHTMLWindow2 = this.NativeHtmlWindow.GetParent();
192
return new Point(((
UnsafeNativeMethods
.IHTMLWindow3)this.NativeHtmlWindow).GetScreenLeft(),
193
((
UnsafeNativeMethods
.IHTMLWindow3)this.NativeHtmlWindow).GetScreenTop());
205
UnsafeNativeMethods
.IHTMLElement bodyElement = this.NativeHtmlWindow.GetDocument().GetBody();
238
UnsafeNativeMethods
.IHTMLLocation iHtmlLocation = this.NativeHtmlWindow.GetLocation();
252
UnsafeNativeMethods
.IHTMLElement htmlElement = ((
UnsafeNativeMethods
.IHTMLWindow4)this.NativeHtmlWindow).frameElement() as
UnsafeNativeMethods
.IHTMLElement;
363
UnsafeNativeMethods
.IHTMLWindow2 iHTMLWindow2 = this.NativeHtmlWindow.Open(urlString, target, windowOptions, replaceEntry);
388
UnsafeNativeMethods
.IHTMLWindow2 iHTMLWindow2 = this.NativeHtmlWindow.Open(urlString, "_blank", windowOptions, true);
579
UnsafeNativeMethods
.DHTMLWindowEvents2
596
public void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
602
public void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
615
public void onload(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
621
public void onunload(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
631
public void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
637
public void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
643
public bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj)
649
public void onbeforeunload(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
651
public void onbeforeprint(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
653
public void onafterprint(
UnsafeNativeMethods
.IHTMLEventObj evtObj) { }
681
public
UnsafeNativeMethods
.IHTMLWindow2 NativeHtmlWindow
686
public override
UnsafeNativeMethods
.IHTMLWindow2 AssociatedWindow
700
bool success = ((
UnsafeNativeMethods
.IHTMLWindow3)this.NativeHtmlWindow).AttachEvent(eventName, proxy);
711
typeof(
UnsafeNativeMethods
.DHTMLWindowEvents2),
726
((
UnsafeNativeMethods
.IHTMLWindow3)this.NativeHtmlWindow).DetachEvent(eventName, proxy);
winforms\Managed\System\WinForms\HtmlWindowCollection.cs (7)
26
private
UnsafeNativeMethods
.IHTMLFramesCollection2 htmlFramesCollection2;
29
internal HtmlWindowCollection(HtmlShimManager shimManager,
UnsafeNativeMethods
.IHTMLFramesCollection2 collection) {
36
private
UnsafeNativeMethods
.IHTMLFramesCollection2 NativeHTMLFramesCollection2 {
54
UnsafeNativeMethods
.IHTMLWindow2 htmlWindow2 = this.NativeHTMLFramesCollection2.Item(ref oIndex)
55
as
UnsafeNativeMethods
.IHTMLWindow2;
67
UnsafeNativeMethods
.IHTMLWindow2 htmlWindow2 = null;
70
as
UnsafeNativeMethods
.IHTMLWindow2;
winforms\Managed\System\WinForms\ImageList.cs (4)
321
UnsafeNativeMethods
.GetObject(new HandleRef(null, imageInfo.hbmImage), Marshal.SizeOf(bmp), bmp);
540
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
547
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
654
UnsafeNativeMethods
.CopyMemory(new HandleRef(this, destPtr), new HandleRef(this, srcPtr), Math.Abs(targetData.Stride));
winforms\Managed\System\WinForms\ImageListStreamer.cs (5)
63
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
72
SafeNativeMethods.ImageList_Read(new
UnsafeNativeMethods
.ComStreamFromDataStream(ms)));
77
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
241
int hResult = SafeNativeMethods.ImageList_WriteEx(new HandleRef(this, imagelistHandle), NativeMethods.ILP_DOWNLEVEL, new
UnsafeNativeMethods
.ComStreamFromDataStream(stream));
248
return SafeNativeMethods.ImageList_Write(new HandleRef(this, imagelistHandle), new
UnsafeNativeMethods
.ComStreamFromDataStream(stream));
winforms\Managed\System\WinForms\InputLanguage.cs (2)
93
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETDEFAULTINPUTLANG, 0, data, 0);
317
uint res =
UnsafeNativeMethods
.SHLoadIndirectString(layoutDisplayName, sb, (uint)sb.Capacity, IntPtr.Zero);
winforms\Managed\System\WinForms\LinkLabel.cs (3)
405
UnsafeNativeMethods
.GetCursorPos(p);
406
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref r);
409
if ((r.left <= p.x && p.x < r.right && r.top <= p.y && p.y < r.bottom) ||
UnsafeNativeMethods
.GetCapture() == Handle)
winforms\Managed\System\WinForms\ListBox.cs (7)
1565
UnsafeNativeMethods
.GetClientRect(new HandleRef(this, Handle), ref r);
1616
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LB_GETTEXT, index, sb);
1708
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LB_GETSELITEMS, count, result);
1782
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LB_SETTABSTOPS, wpar, offsets);
2269
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LB_SETTABSTOPS, wpar, offsets);
2417
if (captured &&
UnsafeNativeMethods
.WindowFromPoint(pt.X, pt.Y) == Handle) {
2464
if (rCaptured &&
UnsafeNativeMethods
.WindowFromPoint(rpt.X, rpt.Y) == Handle) {
winforms\Managed\System\WinForms\ListView.cs (58)
446
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_SETBKIMAGE, 0, lvbkImage);
688
int currentStyle = unchecked((int)((long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE)));
1642
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_GETTILEVIEWINFO, 0, tileViewInfo);
1663
bool retval =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_SETTILEVIEWINFO, 0, tileViewInfo);
2242
UnsafeNativeMethods
.PostMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_ARRANGE, (int) value, 0);
2453
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
2461
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
3063
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_ENSUREVISIBLE, index, 0);
3184
int index = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle),
3286
displayIndex = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_FINDITEM, lastIndex - 1, ref info);
3290
displayIndex = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_FINDITEM, -1 /* beginning */, ref info);
3339
int displayIndex = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_HITTEST, 0, lvhi);
3366
int index = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_SUBITEMHITTEST, 0, lvhi);
3379
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_GETITEMPOSITION, index, pt);
3553
iItem = unchecked( (int) (long)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_SUBITEMHITTEST, 0, lvhi));
3555
iItem = unchecked( (int) (long)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_HITTEST, 0, lvhi));
3586
IntPtr hwndHdr =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_GETHEADER, 0, 0);
3692
return (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_INSERTCOLUMN, index, lvColumn);
3743
int retval = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this,this.Handle),NativeMethods.LVM_INSERTGROUP,index,lvgroup);
3940
insertIndex = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_INSERTITEM, 0, ref lvItem);
4281
int style = unchecked((int)((long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE)));
4283
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE, new HandleRef(null, (IntPtr)style));
4288
int callbackMask = unchecked( (int) (long)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_GETCALLBACKMASK, 0, 0));
4290
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_SETCALLBACKMASK, callbackMask, 0);
4567
IntPtr hdrHWND =
UnsafeNativeMethods
.GetWindow(new HandleRef(this, this.Handle), NativeMethods.GW_CHILD);
4587
UnsafeNativeMethods
.GetClientRect(new HandleRef(this, this.Handle), prc);
4594
UnsafeNativeMethods
.SendMessage(new HandleRef(this, hdrHWND), NativeMethods.HDM_LAYOUT, 0, ref hd);
4697
int retval = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle),
4761
int retval = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_REMOVEGROUP, group.ID, IntPtr.Zero);
4771
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_SCROLL, 0, scrollY);
4804
UnsafeNativeMethods
.GetTempFileName(tempDirName, this.GenerateRandomName(), 0, sb);
4826
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_SETBKIMAGE, 0, lvbkImage);
4895
int retval = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_SETCOLUMN, ch.Index, lvColumn);
4981
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_SETCOLUMNORDERARRAY, orderedColumns.Length, orderedColumns);
5045
IntPtr oldHandle =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_SETTOOLTIPS, new HandleRef(toolTip, toolTip.Handle), 0);
5046
UnsafeNativeMethods
.DestroyWindow(new HandleRef(null, oldHandle));
5058
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_SETITEM, 0, ref lvItem);
5071
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_SETITEM, 0, ref lvItem);
5086
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_SETITEMPOSITION32, index, pt);
5100
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_SETITEMSTATE, index, ref lvItem);
5120
int colWidth = unchecked( (int) (long)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.LVM_GETCOLUMNWIDTH, 0, 0));
5142
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_SETITEMTEXT, itemIndex, ref lvItem);
5180
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_SORTITEMS, IntPtr.Zero, callback);
5313
int retval = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle),
5352
bool retval =
UnsafeNativeMethods
.SendMessage(new HandleRef(this,Handle),NativeMethods.LVM_SETTILEVIEWINFO,0,tileViewInfo);
5369
int displayIndex = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_HITTEST, 0, lvhi);
5399
int displayIndex = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_HITTEST, 0, lvhi);
5552
NativeMethods.HDITEM2 hdItem = (NativeMethods.HDITEM2)
UnsafeNativeMethods
.PtrToStructure((IntPtr) nmheader.pItem, typeof(NativeMethods.HDITEM2));
5656
NativeMethods.HDITEM2 hdItem = (NativeMethods.HDITEM2)
UnsafeNativeMethods
.PtrToStructure((IntPtr) header.pItem, typeof(NativeMethods.HDITEM2));
5774
IntPtr hwndHdr =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_GETHEADER, 0, 0);
5775
IntPtr hFont =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, hwndHdr), NativeMethods.WM_GETFONT, 0, 0);
5791
return (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_HITTEST, 0, lvhi);
6131
if (!
UnsafeNativeMethods
.IsVista) {
6150
UnsafeNativeMethods
.SendMessage(new HandleRef(this, nmhdr->hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
8984
UnsafeNativeMethods
.SendMessage(new HandleRef(owner, owner.Handle), NativeMethods.LVM_GETITEM, 0, ref lvItem);
9003
int nextSelected = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(owner, owner.Handle), NativeMethods.LVM_GETNEXTITEM, -1, NativeMethods.LVNI_SELECTED);
9013
nextSelected = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(owner, owner.Handle), NativeMethods.LVM_GETNEXTITEM, nextSelected, NativeMethods.LVNI_SELECTED);
9025
UnsafeNativeMethods
.SendMessage(new HandleRef(owner, owner.Handle), NativeMethods.LVM_DELETEALLITEMS, 0, 0);
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (2)
127
UnsafeNativeMethods
.SendMessage(new HandleRef(listView, listView.Handle), NativeMethods.LVM_INSERTMARKHITTEST, point, lvInsertMark);
137
UnsafeNativeMethods
.SendMessage(new HandleRef(listView, listView.Handle), NativeMethods.LVM_SETINSERTMARK, 0, lvInsertMark);
winforms\Managed\System\WinForms\ListViewItem.cs (3)
962
UnsafeNativeMethods
.SendMessage(new HandleRef(lv, lv.Handle), NativeMethods.LVM_EDITLABEL, Index, 0);
1165
UnsafeNativeMethods
.SendMessage(new HandleRef(listView, listView.Handle), NativeMethods.LVM_SETITEM, 0, ref lvItem);
1193
UnsafeNativeMethods
.SendMessage(new HandleRef(listView, listView.Handle), NativeMethods.LVM_GETITEM, 0, ref lvItem);
winforms\Managed\System\WinForms\LocalAppContextSwitches.cs (1)
102
if (
UnsafeNativeMethods
.IsDynamicCodePolicyEnabled()) {
winforms\Managed\System\WinForms\MainMenu.cs (1)
139
return
UnsafeNativeMethods
.CreateMenu();
winforms\Managed\System\WinForms\MaskedTextBox.cs (3)
1202
IntPtr inputContext =
UnsafeNativeMethods
.ImmGetContext(handle);
1208
UnsafeNativeMethods
.ImmNotifyIME(new HandleRef(null, inputContext), NativeMethods.NI_COMPOSITIONSTR, action, 0);
1212
UnsafeNativeMethods
.ImmReleaseContext(handle, new HandleRef(null, inputContext));
winforms\Managed\System\WinForms\MDIClient.cs (3)
260
UnsafeNativeMethods
.GetWindowPlacement(new HandleRef(child, child.Handle), ref wp);
271
UnsafeNativeMethods
.SetWindowPlacement(new HandleRef(child, child.Handle), ref wp);
309
if (
UnsafeNativeMethods
.SetWindowRgn(new HandleRef(this, Handle), new HandleRef(null, rgn1), true) == 0) {
winforms\Managed\System\WinForms\MDIControlStrip.cs (4)
36
IntPtr hMenu=
UnsafeNativeMethods
.GetSystemMenu(new HandleRef(this, Control.GetSafeHandle(target)), /*bRevert=*/false);
131
IntPtr hIcon =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Control.GetSafeHandle(target)), NativeMethods.WM_GETICON, NativeMethods.ICON_SMALL, 0);
167
IntPtr hMenu=
UnsafeNativeMethods
.GetSystemMenu(new HandleRef(this, Control.GetSafeHandle(target)), /*bRevert=*/false);
185
system.DropDown = ToolStripDropDownMenu.FromHMenu(
UnsafeNativeMethods
.GetSystemMenu(new HandleRef(this, Control.GetSafeHandle(target)), /*bRevert=*/false), target);
winforms\Managed\System\WinForms\Menu.cs (5)
217
UnsafeNativeMethods
.DestroyMenu(new HandleRef(this, handle));
257
return
UnsafeNativeMethods
.CreatePopupMenu();
282
while (
UnsafeNativeMethods
.GetMenuItemCount(new HandleRef(this, handle)) > 0) {
283
UnsafeNativeMethods
.RemoveMenu(new HandleRef(this, handle), 0, NativeMethods.MF_BYPOSITION);
313
UnsafeNativeMethods
.DestroyMenu(new HandleRef(this, handle));
winforms\Managed\System\WinForms\MenuItem.cs (11)
267
UnsafeNativeMethods
.SetMenuDefaultItem(new HandleRef(menu, menu.handle), MenuID, false);
270
UnsafeNativeMethods
.SetMenuDefaultItem(new HandleRef(menu, menu.handle), -1, false);
453
UnsafeNativeMethods
.GetMenuItemInfo(new HandleRef(menu, menu.handle), MenuID, false, info);
473
int count =
UnsafeNativeMethods
.GetMenuItemCount(new HandleRef(menu, menu.Handle));
480
UnsafeNativeMethods
.GetMenuItemInfo(new HandleRef(menu, menu.handle), i, true, info);
857
UnsafeNativeMethods
.InsertMenuItem(new HandleRef(menu, menu.handle), -1, true, info);
1433
UnsafeNativeMethods
.GetMenuItemInfo(new HandleRef(menu, menu.handle), MenuID, false, info);
1439
UnsafeNativeMethods
.SetMenuItemInfo(new HandleRef(menu, menu.handle), MenuID, false, info);
1461
UnsafeNativeMethods
.SetMenuItemInfo(new HandleRef(menu, menu.handle), MenuID, false, info);
1525
IntPtr screendc =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
1534
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, screendc));
winforms\Managed\System\WinForms\MenuStrip.cs (1)
252
UnsafeNativeMethods
.PostMessage(WindowsFormsUtils.GetRootHWnd(this), NativeMethods.WM_SYSCOMMAND, NativeMethods.SC_KEYMENU, (int)Keys.Space);
winforms\Managed\System\WinForms\Message.cs (1)
90
return
UnsafeNativeMethods
.PtrToStructure(lparam, cls);
winforms\Managed\System\WinForms\MessageBox.cs (6)
458
handle =
UnsafeNativeMethods
.GetActiveWindow();
469
if (
UnsafeNativeMethods
.GetModuleHandle(ExternDll.Shell32) == IntPtr.Zero) {
470
if (
UnsafeNativeMethods
.LoadLibraryFromSystemPathIfAvailable(ExternDll.Shell32) == IntPtr.Zero) {
478
userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
488
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
495
UnsafeNativeMethods
.SendMessage(new HandleRef(owner, handle), NativeMethods.WM_SETFOCUS, 0, 0);
winforms\Managed\System\WinForms\MonthCalendar.cs (9)
1059
int res = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.MCM_GETTODAY, 0, st);
1366
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
1373
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
1525
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.MCM_GETMONTHRANGE, flag, sa);
1575
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.MCM_HITTEST, 0, mchi);
1637
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.MCM_SETTODAY, 0, st);
2027
if ((int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.MCM_SETRANGE, flag, sa) == 0)
2163
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.MCM_SETSELRANGE , 0, sa);
2263
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.MCM_SETTODAY, 0, st);
winforms\Managed\System\WinForms\NativeMethods.cs (7)
4369
else if (t == typeof(object) || t == typeof(
UnsafeNativeMethods
.IDispatch) || t.IsCOMObject) {
4370
v.vt = (t == typeof(
UnsafeNativeMethods
.IDispatch) ? (short)tagVT.VT_DISPATCH : (short)tagVT.VT_UNKNOWN);
4514
VARIANT varStruct = (VARIANT)
UnsafeNativeMethods
.PtrToStructure(val, typeof(VARIANT));
4518
Guid guid =(Guid)
UnsafeNativeMethods
.PtrToStructure(val, typeof(Guid));
6223
UnsafeNativeMethods
.ITypeInfo GetClassInfo();
6235
ref
UnsafeNativeMethods
.ITypeInfo pTypeInfo,
6254
UnsafeNativeMethods
.ITypeInfo GetClassInfo();
winforms\Managed\System\WinForms\NativeWindow.cs (42)
174
if (
UnsafeNativeMethods
.IsWindow(new HandleRef(null, handle))) {
185
if (
UnsafeNativeMethods
.SendMessageTimeout(new HandleRef(null, handle),
187
UnsafeNativeMethods
.SMTO_ABORTIFHUNG, 100, out result) == IntPtr.Zero) {
204
UnsafeNativeMethods
.PostMessage(new HandleRef(this, h), NativeMethods.WM_CLOSE, 0, 0);
455
UnsafeNativeMethods
.SetWindowLong(new HandleRef(wrapper, handle), NativeMethods.GWL_ID, new HandleRef(wrapper, (IntPtr)globalID));
607
userDefWindowProc =
UnsafeNativeMethods
.GetProcAddress(new HandleRef(null,
UnsafeNativeMethods
.GetModuleHandle("user32.dll")), defproc);
613
defWindowProc =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_WNDPROC);
628
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_WNDPROC, windowProc);
629
windowProcPtr =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_WNDPROC);
632
(unchecked((int)((long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_STYLE))) & NativeMethods.WS_CHILD) != 0 &&
633
unchecked((int)((long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_ID))) == 0) {
634
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_ID, new HandleRef(this, handle));
744
IntPtr modHandle =
UnsafeNativeMethods
.GetModuleHandle(null);
763
createResult =
UnsafeNativeMethods
.CreateWindowEx(cp.ExStyle, windowClass.windowClassName,
833
m.Result =
UnsafeNativeMethods
.DefWindowProc(m.HWnd, m.Msg, m.WParam, m.LParam);
836
m.Result =
UnsafeNativeMethods
.CallWindowProc(defWindowProc, m.HWnd, m.Msg, m.WParam, m.LParam);
855
if (!
UnsafeNativeMethods
.DestroyWindow(new HandleRef(this, handle))) {
858
UnsafeNativeMethods
.PostMessage(new HandleRef(this, handle), NativeMethods.WM_CLOSE, 0, 0);
1086
UnsafeNativeMethods
.SetWindowLong(href, NativeMethods.GWL_WNDPROC, new HandleRef(null, userDefWindowProc));
1087
UnsafeNativeMethods
.SetClassLong(href, NativeMethods.GCL_WNDPROC, userDefWindowProc);
1088
UnsafeNativeMethods
.PostMessage(href, NativeMethods.WM_CLOSE, 0, 0);
1365
IntPtr currentWinPrc =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, handle), NativeMethods.GWL_WNDPROC);
1377
UnsafeNativeMethods
.SetWindowLong(href, NativeMethods.GWL_WNDPROC, new HandleRef(this, defWindowProc));
1391
UnsafeNativeMethods
.SetWindowLong(href, NativeMethods.GWL_WNDPROC, new HandleRef(this, userDefWindowProc));
1402
UnsafeNativeMethods
.SetWindowLong(href, NativeMethods.GWL_WNDPROC, previousWindow.windowProc);
1417
UnsafeNativeMethods
.SetWindowLong(href, NativeMethods.GWL_WNDPROC, new HandleRef(this, userDefWindowProc));
1492
UnsafeNativeMethods
.SetWindowLong(new HandleRef(null, hWnd), NativeMethods.GWL_WNDPROC, new HandleRef(this, defWindowProc));
1575
userDefWindowProc =
UnsafeNativeMethods
.GetProcAddress(new HandleRef(null,
UnsafeNativeMethods
.GetModuleHandle("user32.dll")), defproc);
1589
wndclass.hbrBackground =
UnsafeNativeMethods
.GetStockObject(NativeMethods.HOLLOW_BRUSH); //(IntPtr)(NativeMethods.COLOR_WINDOW + 1);
1598
bool ok =
UnsafeNativeMethods
.GetClassInfo(NativeMethods.NullHandleRef, className, wcls);
1621
wndclass.hInstance =
UnsafeNativeMethods
.GetModuleHandle(null);
1624
short atom =
UnsafeNativeMethods
.RegisterClass(wndclass);
1635
bool ok =
UnsafeNativeMethods
.GetClassInfo(new HandleRef(null,
UnsafeNativeMethods
.GetModuleHandle(null)), windowClassName, wcls);
1645
if (
UnsafeNativeMethods
.UnregisterClass(windowClassName, new HandleRef(null,
UnsafeNativeMethods
.GetModuleHandle(null)))) {
1646
atom =
UnsafeNativeMethods
.RegisterClass(wndclass);
1658
atom =
UnsafeNativeMethods
.RegisterClass(wndclass);
1679
if (registered &&
UnsafeNativeMethods
.UnregisterClass(windowClassName, new HandleRef(null,
UnsafeNativeMethods
.GetModuleHandle(null)))) {
winforms\Managed\System\WinForms\NotifyIcon.cs (9)
485
UnsafeNativeMethods
.PostMessage(new HandleRef(window, window.Handle), NativeMethods.WM_CLOSE, 0, 0);
709
UnsafeNativeMethods
.Shell_NotifyIcon(NativeMethods.NIM_MODIFY, data);
722
UnsafeNativeMethods
.GetCursorPos(pt);
729
UnsafeNativeMethods
.SetForegroundWindow(new HandleRef(window, window.Handle));
742
UnsafeNativeMethods
.PostMessage(new HandleRef(window, window.Handle), NativeMethods.WM_NULL, IntPtr.Zero, IntPtr.Zero);
791
UnsafeNativeMethods
.Shell_NotifyIcon(NativeMethods.NIM_ADD, data);
795
UnsafeNativeMethods
.Shell_NotifyIcon(NativeMethods.NIM_MODIFY, data);
799
UnsafeNativeMethods
.Shell_NotifyIcon(NativeMethods.NIM_DELETE, data);
1006
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), NativeMethods.WM_CLOSE, 0, 0);
winforms\Managed\System\WinForms\OpenFileDialog.cs (1)
199
bool result =
UnsafeNativeMethods
.GetOpenFileName(ofn);
winforms\Managed\System\WinForms\PowerStatus.cs (1)
183
UnsafeNativeMethods
.GetSystemPowerStatus(ref systemPowerStatus);
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (4)
374
int result =
UnsafeNativeMethods
.GetLocaleInfo(NativeMethods.LOCALE_USER_DEFAULT,NativeMethods.LOCALE_IMEASURE, sb,sb.Capacity);
418
bool status =
UnsafeNativeMethods
.PageSetupDlg(data);
428
UnsafeNativeMethods
.GlobalFree(new HandleRef(data, data.hDevMode));
429
UnsafeNativeMethods
.GlobalFree(new HandleRef(data, data.hDevNames));
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (8)
332
data.pageRanges =
UnsafeNativeMethods
.GlobalAlloc(NativeMethods.GPTR,
417
if (!
UnsafeNativeMethods
.PrintDlg(data))
450
UnsafeNativeMethods
.GlobalFree(new HandleRef(data, data.hDevMode));
451
UnsafeNativeMethods
.GlobalFree(new HandleRef(data, data.hDevNames));
510
int hr =
UnsafeNativeMethods
.PrintDlgEx(data);
551
UnsafeNativeMethods
.GlobalFree(new HandleRef(data, data.hDevMode));
553
UnsafeNativeMethods
.GlobalFree(new HandleRef(data, data.hDevNames));
555
UnsafeNativeMethods
.GlobalFree(new HandleRef(data, data.pageRanges));
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (6)
427
screendpi = new Point(
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(tempGraphics, dc), NativeMethods.LOGPIXELSX),
428
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(tempGraphics, dc), NativeMethods.LOGPIXELSY));
756
UnsafeNativeMethods
.SetScrollPos(new HandleRef(this, Handle), NativeMethods.SB_HORZ, position.X, true);
757
UnsafeNativeMethods
.SetScrollPos(new HandleRef(this, Handle), NativeMethods.SB_VERT, position.Y, true);
769
UnsafeNativeMethods
.SetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_VERT, info, true);
775
UnsafeNativeMethods
.SetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_HORZ, info, true);
winforms\Managed\System\WinForms\ProgressBar.cs (9)
24
using static
UnsafeNativeMethods
;
453
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.PBM_SETBKCOLOR, 0, ColorTranslator.ToWin32(BackColor));
462
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.PBM_SETBARCOLOR, 0, ColorTranslator.ToWin32(ForeColor));
741
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
748
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
788
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.PBM_SETBKCOLOR, 0, ColorTranslator.ToWin32(BackColor));
789
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.PBM_SETBARCOLOR, 0, ColorTranslator.ToWin32(ForeColor));
893
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.PBM_SETBARCOLOR, 0, ColorTranslator.ToWin32(ForeColor));
894
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.PBM_SETBKCOLOR, 0, ColorTranslator.ToWin32(BackColor));
winforms\Managed\System\WinForms\PropertyGrid.cs (23)
37
public class PropertyGrid : ContainerControl, IComPropertyBrowser,
UnsafeNativeMethods
.IPropertyNotifySink {
2750
void
UnsafeNativeMethods
.IPropertyNotifySink.OnChanged(int dispID) {
3229
int
UnsafeNativeMethods
.IPropertyNotifySink.OnRequestEdit(int dispID) {
3840
IntPtr hWndParent =
UnsafeNativeMethods
.GetParent(new HandleRef(this, Handle));
3842
UnsafeNativeMethods
.SetFocus(new HandleRef(null, hWndParent));
4647
connectionPointCookies[i] = new AxHost.ConnectionPointCookie(obj, this, typeof(
UnsafeNativeMethods
.IPropertyNotifySink), /*throwException*/ false);
4665
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(child, child.Handle), new HandleRef(this, Handle), temp, 1);
4804
NativeMethods.COPYDATASTRUCT cds = (NativeMethods.COPYDATASTRUCT)
UnsafeNativeMethods
.PtrToStructure(lparam, typeof(NativeMethods.COPYDATASTRUCT));
5438
internal override
UnsafeNativeMethods
.IRawElementProviderFragment ElementProviderFromPoint(double x, double y) {
5454
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
5456
case
UnsafeNativeMethods
.NavigateDirection.Parent:
5458
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
5460
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
5477
internal
UnsafeNativeMethods
.IRawElementProviderFragment ChildFragmentNavigate(AccessibleObject childFragment,
UnsafeNativeMethods
.NavigateDirection direction) {
5479
case
UnsafeNativeMethods
.NavigateDirection.Parent:
5481
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
5490
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
5506
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
5586
internal override
UnsafeNativeMethods
.IRawElementProviderFragment GetFocus() {
5665
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (7)
270
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
274
case
UnsafeNativeMethods
.NavigateDirection.Parent:
276
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
278
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
280
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
282
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (2)
266
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (5)
253
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
254
if (direction ==
UnsafeNativeMethods
.NavigateDirection.Parent &&
259
else if (direction ==
UnsafeNativeMethods
.NavigateDirection.PreviousSibling) {
269
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (10)
2782
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
2785
case
UnsafeNativeMethods
.NavigateDirection.Parent:
2797
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
2799
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
2810
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
2926
internal override
UnsafeNativeMethods
.ExpandCollapseState ExpandCollapseState {
2929
return owner.Expanded ?
UnsafeNativeMethods
.ExpandCollapseState.Expanded :
UnsafeNativeMethods
.ExpandCollapseState.Collapsed;
2932
return
UnsafeNativeMethods
.ExpandCollapseState.LeafNode;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
403
internal override
UnsafeNativeMethods
.ExpandCollapseState ExpandCollapseState {
405
return ownerItem.Expanded ?
UnsafeNativeMethods
.ExpandCollapseState.Expanded :
UnsafeNativeMethods
.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (5)
89
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_UPDATETIPTEXT, 0, GetTOOLINFO(controls[i]));
160
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_DELTOOL, 0, GetTOOLINFO((Control)sender));
209
if (0 == (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_ADDTOOL, 0, GetTOOLINFO(c))) {
216
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
230
if (0 == (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_UPDATETIPTEXT, 0, GetTOOLINFO(controls[i]))) {
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (2)
253
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (14)
1051
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
1054
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
1059
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
1064
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
1066
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
1074
private
UnsafeNativeMethods
.IRawElementProviderFragment GetFirstChild() {
1095
private
UnsafeNativeMethods
.IRawElementProviderFragment GetLastChild() {
1137
if (ExpandCollapseState ==
UnsafeNativeMethods
.ExpandCollapseState.Collapsed) {
1143
if (ExpandCollapseState ==
UnsafeNativeMethods
.ExpandCollapseState.Expanded) {
1160
internal override
UnsafeNativeMethods
.ExpandCollapseState ExpandCollapseState {
1164
return
UnsafeNativeMethods
.ExpandCollapseState.Collapsed;
1168
return
UnsafeNativeMethods
.ExpandCollapseState.Expanded;
1171
return
UnsafeNativeMethods
.ExpandCollapseState.Collapsed;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (60)
420
int exStyle = unchecked((int)((long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(edit, edit.Handle), NativeMethods.GWL_EXSTYLE)));
791
UnsafeNativeMethods
.ClientToScreen(new HandleRef(this, Handle), pt);
968
UnsafeNativeMethods
.ExpandCollapseState.Expanded,
969
UnsafeNativeMethods
.ExpandCollapseState.Collapsed);
998
gotfocus = IntPtr.Zero !=
UnsafeNativeMethods
.SetFocus(new HandleRef(this, Handle));
1552
if (ownerGrid.CanShowVisualStyleGlyphs &&
UnsafeNativeMethods
.IsVista && VisualStyleRenderer.IsSupported) {
1691
UnsafeNativeMethods
.SetWindowLong(new HandleRef(dropDownHolder, dropDownHolder.Handle), NativeMethods.GWL_HWNDPARENT, new HandleRef(this, Handle));
1735
UnsafeNativeMethods
.SetWindowLong(new HandleRef(dropDownHolder, dropDownHolder.Handle), NativeMethods.GWL_HWNDPARENT, new HandleRef(this, Handle));
1751
UnsafeNativeMethods
.ExpandCollapseState.Collapsed,
1752
UnsafeNativeMethods
.ExpandCollapseState.Expanded);
2764
for (IntPtr hwnd =
UnsafeNativeMethods
.GetForegroundWindow();
2765
hwnd != IntPtr.Zero; hwnd =
UnsafeNativeMethods
.GetParent(new HandleRef(null, hwnd))) {
3279
IntPtr foregroundWindow =
UnsafeNativeMethods
.GetForegroundWindow();
3280
if (
UnsafeNativeMethods
.IsChild(new HandleRef(null, foregroundWindow), new HandleRef(null, this.Handle))) {
3870
IntPtr hdc =
UnsafeNativeMethods
.GetDC(new HandleRef(DropDownListBox, DropDownListBox.Handle));
3899
UnsafeNativeMethods
.ReleaseDC(new HandleRef(DropDownListBox, DropDownListBox.Handle), new HandleRef(DropDownListBox, hdc));
3975
Control focusedControl = Control.FromHandleInternal(
UnsafeNativeMethods
.GetFocus());
3980
focusedControl = Control.FromHandleInternal(
UnsafeNativeMethods
.GetFocus());
4933
IntPtr priorFocus =
UnsafeNativeMethods
.GetFocus();
4945
UnsafeNativeMethods
.SetFocus(new HandleRef(null, priorFocus));
4976
while (
UnsafeNativeMethods
.PeekMessage(ref mouseMsg,
5059
while (
UnsafeNativeMethods
.PeekMessage(ref mouseMsg,
5346
UnsafeNativeMethods
.PostMessage(new HandleRef(Edit, Edit.Handle), NativeMethods.WM_IME_STARTCOMPOSITION, 0, 0);
5351
UnsafeNativeMethods
.PostMessage(new HandleRef(Edit, Edit.Handle), NativeMethods.WM_IME_COMPOSITION, m.WParam, m.LParam);
5580
UnsafeNativeMethods
.MsgWaitForMultipleObjectsEx(0, IntPtr.Zero, 250, NativeMethods.QS_ALLINPUT, NativeMethods.MWMO_INPUTAVAILABLE);
5683
hWnd =
UnsafeNativeMethods
.GetWindowLong(new HandleRef(null, hWnd), NativeMethods.GWL_HWNDPARENT);
6104
(int)
UnsafeNativeMethods
.GetDpiForWindow(new HandleRef(this, HandleInternal));
6242
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
6244
case
UnsafeNativeMethods
.NavigateDirection.Parent:
6246
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
6257
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
6274
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
6458
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
6459
if (direction ==
UnsafeNativeMethods
.NavigateDirection.Parent) {
6462
else if (direction ==
UnsafeNativeMethods
.NavigateDirection.FirstChild) {
6465
else if (direction ==
UnsafeNativeMethods
.NavigateDirection.LastChild) {
6471
else if (direction ==
UnsafeNativeMethods
.NavigateDirection.NextSibling) {
6481
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
6650
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), NativeMethods.WM_CHAR, (IntPtr)keyChar, IntPtr.Zero);
6963
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
6965
if (direction ==
UnsafeNativeMethods
.NavigateDirection.Parent) {
6968
else if (direction ==
UnsafeNativeMethods
.NavigateDirection.NextSibling) {
6983
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
7156
mouseHookHandle =
UnsafeNativeMethods
.SetWindowsHookEx(NativeMethods.WH_MOUSE,
7173
NativeMethods.MOUSEHOOKSTRUCT mhs = (NativeMethods.MOUSEHOOKSTRUCT)
UnsafeNativeMethods
.PtrToStructure(lparam, typeof(NativeMethods.MOUSEHOOKSTRUCT));
7192
return
UnsafeNativeMethods
.CallNextHookEx(new HandleRef(this, mouseHookHandle), nCode, wparam, lparam);
7205
UnsafeNativeMethods
.UnhookWindowsHookEx(new HandleRef(this, mouseHookHandle));
7342
internal override
UnsafeNativeMethods
.IRawElementProviderFragment ElementProviderFromPoint(double x, double y) {
7355
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
7367
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
7369
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
7375
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
7377
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
7394
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
7408
internal override
UnsafeNativeMethods
.IRawElementProviderFragment GetFocus() {
7740
UnsafeNativeMethods
.ScreenToClient(new HandleRef(Owner, Owner.Handle), pt);
winforms\Managed\System\WinForms\RadioButton.cs (2)
469
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.Tab) >= 0) {
574
if (
UnsafeNativeMethods
.WindowFromPoint(pt.X, pt.Y) == Handle) {
winforms\Managed\System\WinForms\RichTextBox.cs (63)
363
moduleHandle =
UnsafeNativeMethods
.LoadLibraryFromSystemPathIfAvailable(richEditControlDllVersion);
377
StringBuilder pathBuilder =
UnsafeNativeMethods
.GetModuleFileNameLongPath(new HandleRef(null, moduleHandle));
597
opt = (RichTextBoxLanguageOptions)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETLANGOPTIONS, 0, 0);
610
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETLANGOPTIONS, 0, (int) value);
718
IntPtr hDC =
UnsafeNativeMethods
.CreateIC("DISPLAY", null, null, new HandleRef(null, IntPtr.Zero));
724
UnsafeNativeMethods
.DeleteDC(new HandleRef(null, hDC));
832
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETPARAFORMAT, 0, pf);
879
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETPARAFORMAT, 0, pf);
903
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETPARAFORMAT, 0, pf);
933
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETPARAFORMAT, 0, pf);
981
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETCHARFORMAT, RichTextBoxConstants.SCF_SELECTION, cf);
1016
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETCHARFORMAT, RichTextBoxConstants.SCF_SELECTION, cf);
1067
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETCHARFORMAT, RichTextBoxConstants.SCF_SELECTION, cf2);
1114
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETPARAFORMAT, 0, pf);
1130
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETPARAFORMAT, 0, pf);
1155
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETPARAFORMAT, 0, pf);
1171
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETPARAFORMAT, 0, pf);
1284
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETPARAFORMAT, 0, pf);
1302
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETPARAFORMAT, 0, pf);
1324
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETPARAFORMAT, 0, pf);
1346
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETPARAFORMAT, 0, pf);
1354
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETPARAFORMAT, 0, pf);
1518
return unchecked( (int) (long)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETTEXTLENGTHEX, gtl, 0 /*ignored*/));
2027
position = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_FINDTEXT, findOptions, ft);
2065
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_EXSETSEL, 0, chrg);
2132
UnsafeNativeMethods
.CharBuffer charBuffer;
2133
charBuffer =
UnsafeNativeMethods
.CharBuffer.CreateBuffer(CHAR_BUFFER_LEN + 1);
2170
len = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETTEXTRANGE, 0, txrg);
2247
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETCHARFORMAT, fSelection ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.SCF_DEFAULT, cf);
2253
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETCHARFORMAT, fSelection ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.SCF_DEFAULT, cf2);
2324
int index = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.EM_CHARFROMPOS, 0, wpt);
2378
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.EM_POSFROMCHAR, pt, index);
2604
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETOPTIONS, (IntPtr)RichTextBoxConstants.ECOOP_OR,
2720
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_PASTESPECIAL, clipFormat.Id, rps);
2873
return IntPtr.Zero !=
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETCHARFORMAT, RichTextBoxConstants.SCF_SELECTION, cf);
2879
return IntPtr.Zero !=
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETCHARFORMAT, charRange, cf);
2912
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETCHARFORMAT, selectionOnly ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.SCF_ALL, cfA);
2926
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETCHARFORMAT, selectionOnly ? RichTextBoxConstants.SCF_SELECTION : RichTextBoxConstants.SCF_ALL, cfW);
2949
hDC =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
2953
logPixelsX =
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSX);
2954
logPixelsY =
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSY);
2956
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, hDC));
3017
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_EXSETSEL, 0, cr);
3068
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_STREAMIN, flags, es64);
3074
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_STREAMIN, flags, es);
3165
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_STREAMOUT, flags, es64);
3171
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_STREAMOUT, flags, es);
3279
Guid iidRichEditOleCallback = typeof(
UnsafeNativeMethods
.IRichEditOleCallback).GUID;
3282
UnsafeNativeMethods
.SendCallbackMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_SETOLECALLBACK, IntPtr.Zero, pRichEditOleCallback);
3291
UnsafeNativeMethods
.DragAcceptFiles(new HandleRef(this, Handle), false);
3377
UnsafeNativeMethods
.CharBuffer charBuffer =
UnsafeNativeMethods
.CharBuffer.CreateBuffer(characters);
3383
int len = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETTEXTRANGE, 0, txrg);
3446
if (
UnsafeNativeMethods
.DragQueryFileLongPath(new HandleRef(endropfiles, endropfiles.hDrop), 0, path) != 0)
3501
NativeMethods.CHARFORMATA charFormat = (NativeMethods.CHARFORMATA)
UnsafeNativeMethods
.PtrToStructure(enprotected.lParam, typeof(NativeMethods.CHARFORMATA));
3627
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), NativeMethods.EM_SETSEL, selEnd - 1, selEnd);
3692
UnsafeNativeMethods
.SetCursor(new HandleRef(Cursors.Hand, Cursors.Hand.Handle));
3771
private class OleCallback :
UnsafeNativeMethods
.IRichEditOleCallback {
3782
public int GetNewStorage(out
UnsafeNativeMethods
.IStorage storage) {
3789
UnsafeNativeMethods
.ILockBytes pLockBytes =
UnsafeNativeMethods
.CreateILockBytesOnHGlobal(NativeMethods.NullHandleRef, true);
3793
storage =
UnsafeNativeMethods
.StgCreateDocfileOnILockBytes(pLockBytes,
3831
int hr =
UnsafeNativeMethods
.ReadClassStg(new HandleRef(null, lpstg), ref realClsid);
winforms\Managed\System\WinForms\SafeNativeMethods.cs (4)
304
public static extern IntPtr ImageList_Read(
UnsafeNativeMethods
.IStream pstm);
309
public static extern bool ImageList_Write(HandleRef himl,
UnsafeNativeMethods
.IStream pstm);
312
public static extern int ImageList_WriteEx(HandleRef himl, int dwFlags,
UnsafeNativeMethods
.IStream pstm);
502
public static extern int DoDragDrop(IComDataObject dataObject,
UnsafeNativeMethods
.IOleDropSource dropSource, int allowedEffects, int[] finalEffect);
winforms\Managed\System\WinForms\SaveFileDialog.cs (1)
203
bool result =
UnsafeNativeMethods
.GetSaveFileName(ofn);
winforms\Managed\System\WinForms\Screen.cs (5)
68
private static bool multiMonitorSupport = (
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CMONITORS) != 0);
99
screenDC =
UnsafeNativeMethods
.CreateDC(deviceName);
104
this.bitDepth =
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, screenDC), NativeMethods.BITSPIXEL);
105
this.bitDepth *=
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, screenDC), NativeMethods.PLANES);
108
UnsafeNativeMethods
.DeleteDC(new HandleRef(null, screenDC));
winforms\Managed\System\WinForms\ScrollBar.cs (2)
810
UnsafeNativeMethods
.SetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_CTL, si, true);
928
if (
UnsafeNativeMethods
.GetFocus() == this.Handle) {
winforms\Managed\System\WinForms\ScrollProperties.cs (3)
321
UnsafeNativeMethods
.SetScrollInfo(new HandleRef(parent, parent.Handle), Orientation, si, true);
333
UnsafeNativeMethods
.EnableScrollBar(new HandleRef(parent, parent.Handle), Orientation, NativeMethods.ESB_ENABLE_BOTH);
336
UnsafeNativeMethods
.EnableScrollBar(new HandleRef(parent, parent.Handle), Orientation, NativeMethods.ESB_DISABLE_BOTH);
winforms\Managed\System\WinForms\SendKeys.cs (20)
163
int vk =
UnsafeNativeMethods
.VkKeyScan(character);
238
hhook =
UnsafeNativeMethods
.SetWindowsHookEx(NativeMethods.WH_JOURNALPLAYBACK,
240
new HandleRef(null,
UnsafeNativeMethods
.GetModuleHandle(null)),
255
IntPtr hookHandle =
UnsafeNativeMethods
.SetWindowsHookEx(NativeMethods.WH_JOURNALPLAYBACK,
257
new HandleRef(null,
UnsafeNativeMethods
.GetModuleHandle(null)),
264
UnsafeNativeMethods
.UnhookWindowsHookEx(new HandleRef(null, hookHandle));
316
UnsafeNativeMethods
.GetKeyboardState(keystate);
321
UnsafeNativeMethods
.SetKeyboardState(keystate);
609
bool blockInputSuccess =
UnsafeNativeMethods
.BlockInput(true);
633
eventsSent +=
UnsafeNativeMethods
.SendInput(2, currentInput, INPUTSize) - 1;
655
eventsSent +=
UnsafeNativeMethods
.SendInput(1, currentInput, INPUTSize);
679
UnsafeNativeMethods
.BlockInput(false);
820
UnsafeNativeMethods
.SendInput(2, keyboardInput, INPUTSize);
827
UnsafeNativeMethods
.SendInput(2, keyboardInput, INPUTSize);
834
UnsafeNativeMethods
.SendInput(2, keyboardInput, INPUTSize);
841
UnsafeNativeMethods
.SendInput(2, keyboardInput, INPUTSize);
979
UnsafeNativeMethods
.UnhookWindowsHookEx(new HandleRef(null, hhook));
1061
NativeMethods.EVENTMSG eventmsg = (NativeMethods.EVENTMSG)
UnsafeNativeMethods
.PtrToStructure(lparam, typeof(NativeMethods.EVENTMSG));
1064
if (
UnsafeNativeMethods
.GetAsyncKeyState((int)Keys.Pause) != 0) {
1101
UnsafeNativeMethods
.CallNextHookEx(new HandleRef(null, SendKeys.hhook), code, wparam, lparam);
winforms\Managed\System\WinForms\SplitContainer.cs (5)
588
UnsafeNativeMethods
.GetCursorPos(p);
589
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref r);
590
if ((r.left <= p.x && p.x < r.right && r.top <= p.y && p.y < r.bottom) ||
UnsafeNativeMethods
.GetCapture() == Handle)
1636
IntPtr dc =
UnsafeNativeMethods
.GetDCEx(new HandleRef(this, parentHandle), NativeMethods.NullHandleRef, NativeMethods.DCX_CACHE | NativeMethods.DCX_LOCKWINDOWUPDATE);
1642
UnsafeNativeMethods
.ReleaseDC(new HandleRef(this, parentHandle), new HandleRef(null, dc));
winforms\Managed\System\WinForms\Splitter.cs (2)
773
IntPtr dc =
UnsafeNativeMethods
.GetDCEx(new HandleRef(ParentInternal, parentHandle), NativeMethods.NullHandleRef, NativeMethods.DCX_CACHE | NativeMethods.DCX_LOCKWINDOWUPDATE);
779
UnsafeNativeMethods
.ReleaseDC(new HandleRef(ParentInternal, parentHandle), new HandleRef(null, dc));
winforms\Managed\System\WinForms\StatusBar.cs (9)
602
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.SB_SETPARTS, 1, offsets);
616
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.SB_SETPARTS, length, offsets2);
634
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
642
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
1783
ret = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(p.MainToolTip, p.MainToolTip.Handle), NativeMethods.TTM_ADDTOOL, 0, GetTOOLINFO(tool));
1786
ret = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_ADDTOOL, 0, GetTOOLINFO(tool));
1795
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_DELTOOL, 0, GetMinTOOLINFO(tool));
1800
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTOOLINFO, 0, GetTOOLINFO(tool));
1823
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\StatusBarPanel.cs (2)
643
int result = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(parent, parent.Handle), NativeMethods.SB_SETTEXT, (IntPtr)wparam, sendText);
657
result = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(parent, parent.Handle), NativeMethods.SB_GETRECT, (IntPtr)GetIndex(), ref rect);
winforms\Managed\System\WinForms\StatusStrip.cs (10)
196
return !
UnsafeNativeMethods
.IsZoomed(rootHwnd);
567
if (rootHwnd.Handle != IntPtr.Zero && !
UnsafeNativeMethods
.IsZoomed(rootHwnd)) {
571
UnsafeNativeMethods
.GetClientRect(rootHwnd, ref rootHwndClientArea);
581
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(this, this.Handle), rootHwnd, gripLocation, 1);
655
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
662
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
672
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
686
internal override
UnsafeNativeMethods
.IRawElementProviderFragment ElementProviderFromPoint(double x, double y) {
690
internal override
UnsafeNativeMethods
.IRawElementProviderFragment GetFocus() {
winforms\Managed\System\WinForms\StringSource.cs (4)
28
private
UnsafeNativeMethods
.IAutoComplete2 autoCompleteObject2;
53
Guid iid_iunknown = typeof(
UnsafeNativeMethods
.IAutoComplete2).GUID;
54
object obj =
UnsafeNativeMethods
.CoCreateInstance(ref autoCompleteClsid, null, NativeMethods.CLSCTX_INPROC_SERVER, ref iid_iunknown);
56
autoCompleteObject2 = (
UnsafeNativeMethods
.IAutoComplete2)obj;
winforms\Managed\System\WinForms\SystemInformation.cs (138)
69
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETDRAGFULLWINDOWS, 0, ref data, 0);
90
bool b =
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETHIGHCONTRAST, data.cbSize, ref data, 0);
118
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETWHEELSCROLLLINES, 0, ref data, 0);
128
hWndMouseWheel =
UnsafeNativeMethods
.FindWindow(NativeMethods.MOUSEZ_CLASSNAME, NativeMethods.MOUSEZ_TITLE);
137
int lines = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(null, hWndMouseWheel), message, 0, 0);
163
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXSCREEN),
164
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYSCREEN));
176
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXVSCROLL);
188
return
UnsafeNativeMethods
.TryGetSystemMetricsForDpi(NativeMethods.SM_CXVSCROLL, (uint)dpi);
190
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXVSCROLL);
202
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYHSCROLL);
214
return
UnsafeNativeMethods
.TryGetSystemMetricsForDpi(NativeMethods.SM_CYHSCROLL, (uint)dpi);
216
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYHSCROLL);
228
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYCAPTION);
241
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXBORDER),
242
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYBORDER));
255
return new Size(
UnsafeNativeMethods
.TryGetSystemMetricsForDpi(NativeMethods.SM_CXBORDER, (uint)dpi),
256
UnsafeNativeMethods
.TryGetSystemMetricsForDpi(NativeMethods.SM_CYBORDER, (uint)dpi));
271
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXFIXEDFRAME),
272
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYFIXEDFRAME));
282
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYVTHUMB);
292
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXHTHUMB);
335
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXICON),
336
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYICON));
348
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXCURSOR),
349
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYCURSOR));
385
result =
UnsafeNativeMethods
.TrySystemParametersInfoForDpi(NativeMethods.SPI_GETNONCLIENTMETRICS, data.cbSize, data, 0, dpi);
387
result =
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETNONCLIENTMETRICS, data.cbSize, data, 0);
417
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYMENU);
449
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETWORKAREA, 0, ref rc, 0);
464
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYKANJIWINDOW);
477
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_MOUSEPRESENT) != 0;
489
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYVSCROLL);
499
return
UnsafeNativeMethods
.TryGetSystemMetricsForDpi(NativeMethods.SM_CXHSCROLL, (uint)dpi);
509
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXHSCROLL);
521
return
UnsafeNativeMethods
.TryGetSystemMetricsForDpi(NativeMethods.SM_CXHSCROLL, (uint)dpi);
524
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXHSCROLL);
539
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_DEBUG) != 0;
552
return(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_SWAPBUTTON) != 0);
564
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXMIN),
565
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYMIN));
578
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXSIZE),
579
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYSIZE));
591
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXFRAME),
592
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYFRAME));
605
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXMINTRACK),
606
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYMINTRACK));
620
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXDOUBLECLK),
621
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYDOUBLECLK));
648
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXICONSPACING),
649
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYICONSPACING));
662
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_MENUDROPALIGNMENT) != 0;
675
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_PENWINDOWS) != 0;
688
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_DBCSENABLED) != 0;
700
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CMOUSEBUTTONS);
714
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_SECURE) != 0;
727
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXEDGE),
728
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYEDGE));
740
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXMINSPACING),
741
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYMINSPACING));
754
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXSMICON),
755
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYSMICON));
768
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYSMCAPTION);
781
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXSMSIZE),
782
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYSMSIZE));
795
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXMENUSIZE),
796
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYMENUSIZE));
807
int compoundValue =
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_ARRANGE);
821
int compoundValue =
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_ARRANGE);
834
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXMINIMIZED),
835
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYMINIMIZED));
848
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXMAXTRACK),
849
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYMAXTRACK));
862
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXMAXIMIZED),
863
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYMAXIMIZED));
875
return(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_NETWORK) & 0x00000001) != 0;
887
return(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_REMOTESESSION) & 0x00000001) != 0;
903
return(BootMode)
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CLEANBOOT);
917
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXDRAG),
918
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYDRAG));
932
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_SHOWSOUNDS) != 0;
945
return new Size(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXMENUCHECK),
946
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYMENUCHECK));
959
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_MIDEASTENABLED) != 0;
966
multiMonitorSupport = (
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CMONITORS) != 0);
983
nativeMouseWheelSupport = (
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_MOUSEWHEELPRESENT) != 0);
1010
hWndMouseWheel =
UnsafeNativeMethods
.FindWindow(NativeMethods.MOUSEZ_CLASSNAME, NativeMethods.MOUSEZ_TITLE);
1017
mouseWheelPresent = (
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_MOUSEWHEELPRESENT) != 0);
1034
return new Rectangle(
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_XVIRTUALSCREEN),
1035
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_YVIRTUALSCREEN),
1036
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXVIRTUALSCREEN),
1037
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYVIRTUALSCREEN));
1056
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CMONITORS);
1075
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_SAMEDISPLAYFORMAT) != 0;
1100
UnsafeNativeMethods
.GetComputerName(sb, new int[] {sb.Capacity});
1128
hwinsta =
UnsafeNativeMethods
.GetProcessWindowStation();
1135
if (
UnsafeNativeMethods
.GetUserObjectInformation(new HandleRef(null, hwinsta), NativeMethods.UOI_FLAGS, flags, Marshal.SizeOf(flags), ref lengthNeeded)) {
1163
UnsafeNativeMethods
.GetUserName(sb, new int[] {sb.Capacity});
1194
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETDROPSHADOW, 0, ref data, 0);
1212
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETFLATMENU, 0, ref data, 0);
1228
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETFONTSMOOTHING, 0, ref data, 0);
1243
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETFONTSMOOTHINGCONTRAST, 0, ref data, 0);
1262
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETFONTSMOOTHINGTYPE, 0, ref data, 0);
1280
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_ICONHORIZONTALSPACING, 0, ref data, 0);
1294
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_ICONVERTICALSPACING, 0, ref data, 0);
1308
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETICONTITLEWRAP, 0, ref data, 0);
1322
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETKEYBOARDCUES, 0, ref data, 0);
1338
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETKEYBOARDDELAY, 0, ref data, 0);
1353
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETKEYBOARDPREF, 0, ref data, 0);
1369
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETKEYBOARDSPEED, 0, ref data, 0);
1384
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETMOUSEHOVERHEIGHT, 0, ref height, 0);
1385
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETMOUSEHOVERWIDTH, 0, ref width, 0);
1399
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETMOUSEHOVERTIME, 0, ref data, 0);
1414
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETMOUSESPEED, 0, ref data, 0);
1430
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETSNAPTODEFBUTTON, 0, ref data, 0);
1445
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETMENUDROPALIGNMENT, 0, ref data, 0);
1467
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETMENUFADE, 0, ref data, 0);
1483
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETMENUSHOWDELAY, 0, ref data, 0);
1498
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETCOMBOBOXANIMATION, 0, ref data, 0);
1512
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETGRADIENTCAPTIONS, 0, ref data, 0);
1527
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETHOTTRACKING, 0, ref data, 0);
1541
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETLISTBOXSMOOTHSCROLLING, 0, ref data, 0);
1555
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETMENUANIMATION, 0, ref data, 0);
1571
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETSELECTIONFADE, 0, ref data, 0);
1589
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETTOOLTIPANIMATION, 0, ref data, 0);
1608
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETUIEFFECTS, 0, ref data, 0);
1625
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETACTIVEWINDOWTRACKING, 0, ref data, 0);
1639
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETACTIVEWNDTRKTIMEOUT, 0, ref data, 0);
1655
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETANIMATION, 0, ref data, 0);
1669
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETBORDER, 0, ref data, 0);
1698
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETCARETWIDTH, 0, ref data, 0);
1731
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYFOCUSBORDER);
1749
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXFOCUSBORDER);
1766
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYSIZEFRAME);
1779
return
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CXSIZEFRAME);
1821
bool result =
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETNONCLIENTMETRICS, data.cbSize, data, 0);
1916
bool result =
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETNONCLIENTMETRICS, data.cbSize, data, 0);
1940
bool result =
UnsafeNativeMethods
.SystemParametersInfo(NativeMethods.SPI_GETNONCLIENTMETRICS, data.cbSize, data, 0);
winforms\Managed\System\WinForms\TabControl.cs (10)
1066
int index = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TCM_INSERTITEM, tabPageCount + 1, tcitem);
1067
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), tabBaseReLayoutMessage, IntPtr.Zero, IntPtr.Zero);
1104
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
1111
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
1309
retIndex = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TCM_INSERTITEM, index, tcitem);
1738
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TCM_SETTOOLTIPS, new HandleRef(toolTip, toolTip.Handle), 0);
1751
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TCM_SETITEM, index, tcitem);
1754
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TCM_SETCURSEL, (IntPtr)index, IntPtr.Zero);
2136
while (
UnsafeNativeMethods
.PeekMessage(ref msg, new HandleRef(this, hwnd),
2205
UnsafeNativeMethods
.SendMessage(new HandleRef(nmhdr, nmhdr.hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\TextBoxBase.cs (10)
1013
UnsafeNativeMethods
.SendMessage( new HandleRef( this, Handle ), NativeMethods.EM_GETSEL, ref start, ref end );
1318
UnsafeNativeMethods
.SetWindowText(new HandleRef(this, Handle), value);
1687
if (!ValidationCancelled &&
UnsafeNativeMethods
.WindowFromPoint(pt.X, pt.Y) == Handle) {
1756
int index = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.EM_CHARFROMPOS, 0, longPoint);
1795
int i = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.EM_POSFROMCHAR, index, 0);
1836
if (
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETOLEINTERFACE, 0, out editOle) != 0) {
1842
Guid iiTextDocumentGuid = typeof(
UnsafeNativeMethods
.ITextDocument).GUID;
1847
UnsafeNativeMethods
.ITextDocument textDocument = Marshal.GetObjectForIUnknown(iTextDocument) as
UnsafeNativeMethods
.ITextDocument;
1864
UnsafeNativeMethods
.ITextRange textRange = textDocument.Range(this.WindowText.Length - 1, this.WindowText.Length - 1);
winforms\Managed\System\WinForms\Timer.cs (2)
392
UnsafeNativeMethods
.PostMessage(new HandleRef(this, hWnd), NativeMethods.WM_CLOSE, 0, 0);
399
if (_stoppingTimer || hWnd == IntPtr.Zero || !
UnsafeNativeMethods
.IsWindow(new HandleRef(this, hWnd))) {
winforms\Managed\System\WinForms\ToolBar.cs (9)
1051
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
1058
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
1149
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TB_SETBUTTONINFO, x, ref tbbi);
1200
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TB_INSERTBUTTON, index, ref tbbutton);
1237
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TB_SETBUTTONINFO, index, ref tbbi);
1494
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TB_SETTOOLTIPS, new HandleRef(toolTip, toolTip.Handle), 0);
1556
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(nmTB.hdr, nmTB.hdr.hwndFrom), NativeMethods.NullHandleRef, ref rc, 2);
1707
int nRet =
UnsafeNativeMethods
.GetWindowPlacement(new HandleRef(null, note.hwndFrom), ref wndPlacement);
1733
UnsafeNativeMethods
.ClientToScreen(new HandleRef(this, this.Handle), leftTop);
winforms\Managed\System\WinForms\ToolBarButton.cs (2)
335
UnsafeNativeMethods
.SendMessage(new HandleRef(parent, parent.Handle), NativeMethods.TB_GETRECT, FindButtonIndex(), ref rc);
559
int buttonID = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(Parent, Parent.Handle), NativeMethods.TB_GETBUTTONINFO, commandId, ref button);
winforms\Managed\System\WinForms\ToolStrip.cs (16)
1937
SnapFocus(
UnsafeNativeMethods
.GetFocus());
2843
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.WM_PRINT, (IntPtr)imageHdc,
4127
UnsafeNativeMethods
.SetFocus(NativeMethods.NullHandleRef);
4535
!
UnsafeNativeMethods
.IsChild(thisHandle, otherHandle)) {
4720
IntPtr hwndClicked =
UnsafeNativeMethods
.ChildWindowFromPointEx(new HandleRef(null, Handle), pt.X, pt.Y,(int)(GetChildAtPointSkip.Invisible | GetChildAtPointSkip.Disabled | GetChildAtPointSkip.Transparent));
4735
IntPtr hwndActive =
UnsafeNativeMethods
.GetActiveWindow();
4748
SnapFocus(
UnsafeNativeMethods
.GetFocus());
5080
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
5086
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
5089
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
5095
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
5165
if (!
UnsafeNativeMethods
.IsChild(new HandleRef(this, ownerToolStrip.Handle), new HandleRef(this,m.HWnd))) {
5167
if (rootHwnd.Handle == m.HWnd ||
UnsafeNativeMethods
.IsChild(rootHwnd, new HandleRef(this,m.HWnd))) {
5231
IntPtr compatibleHDC =
UnsafeNativeMethods
.CreateCompatibleDC(toolStripHDC);
5264
UnsafeNativeMethods
.DeleteCompatibleDC(cachedItemHDC);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (11)
111
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
112
if (direction ==
UnsafeNativeMethods
.NavigateDirection.FirstChild ||
113
direction ==
UnsafeNativeMethods
.NavigateDirection.LastChild) {
121
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
778
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
780
case
UnsafeNativeMethods
.NavigateDirection.Parent:
781
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
782
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
793
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (5)
1672
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_HWNDPARENT, ToolStripManager.ModalMenuFilter.ActiveHwnd);
1680
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_HWNDPARENT, ownerHandle);
1809
IntPtr foregroundWindow =
UnsafeNativeMethods
.GetForegroundWindow();
2022
result =
UnsafeNativeMethods
.SetLayeredWindowAttributes(new HandleRef(this, Handle), 0, OpacityAsByte, NativeMethods.LWA_ALPHA);
2233
UnsafeNativeMethods
.SendMessage(activeHwndHandleRef, NativeMethods.WM_NCACTIVATE, (IntPtr)1, NativeMethods.InvalidIntPtr);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (11)
847
internal override
UnsafeNativeMethods
.ExpandCollapseState ExpandCollapseState {
849
return owner.DropDown.Visible ?
UnsafeNativeMethods
.ExpandCollapseState.Expanded :
UnsafeNativeMethods
.ExpandCollapseState.Collapsed;
868
if (AccessibilityImprovements.Level3 && ExpandCollapseState ==
UnsafeNativeMethods
.ExpandCollapseState.Collapsed) {
921
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
927
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
934
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
941
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
942
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
955
index += direction ==
UnsafeNativeMethods
.NavigateDirection.NextSibling ? 1 : -1;
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (4)
281
int count =
UnsafeNativeMethods
.GetMenuItemCount(menuHandle);
293
UnsafeNativeMethods
.GetMenuItemInfo(menuHandle, i, /*fByPosition=*/ true, info);
305
UnsafeNativeMethods
.GetMenuItemInfo(menuHandle, i, /*fByPosition=*/ true, info);
316
UnsafeNativeMethods
.GetMenuItemInfo(menuHandle, i, /*fByPosition=*/ true, info);
winforms\Managed\System\WinForms\ToolStripDropTargetManager.cs (3)
260
int n =
UnsafeNativeMethods
.RegisterDragDrop(new HandleRef(owner, owner.Handle), (
UnsafeNativeMethods
.IOleDropTarget)(new DropTarget(this)));
276
int n =
UnsafeNativeMethods
.RevokeDragDrop(new HandleRef(owner, owner.Handle));
winforms\Managed\System\WinForms\ToolStripItem.cs (9)
2572
UnsafeNativeMethods
.IOleDropSource dropSource = this.DropSource;
2855
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.LButton) < 0) {
4437
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
4448
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
4450
case
UnsafeNativeMethods
.NavigateDirection.Parent:
4452
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
4453
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
4460
int increment = direction ==
UnsafeNativeMethods
.NavigateDirection.NextSibling ? 1 : -1;
winforms\Managed\System\WinForms\ToolStripManager.cs (11)
852
IntPtr hwndActive =
UnsafeNativeMethods
.GetActiveWindow();
1050
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(activeToolStrip, hwndMouseMessageIsFrom), new HandleRef(activeToolStrip, activeToolStrip.Handle), pt, 1);
1124
IntPtr hwndActive =
UnsafeNativeMethods
.GetActiveWindow();
1206
if (
UnsafeNativeMethods
.IsChild(hwndParent, hwndChild)) {
1247
HandleRef hwndCurrentActiveWindow = new HandleRef(null,
UnsafeNativeMethods
.GetActiveWindow());
1412
messageHookHandle =
UnsafeNativeMethods
.SetWindowsHookEx(NativeMethods.WH_GETMESSAGE,
1440
return
UnsafeNativeMethods
.CallNextHookEx(new HandleRef(this, messageHookHandle), nCode, wparam, lparam);
1446
UnsafeNativeMethods
.UnhookWindowsHookEx(new HandleRef(this, messageHookHandle));
1709
IntPtr hMenu =
UnsafeNativeMethods
.GetMenu(new HandleRef(toplevelControl, toplevelControl.Handle));
1734
if (
UnsafeNativeMethods
.GetKeyState((int)Keys.ShiftKey) < 0 && (keyData == Keys.None)) {
1746
IntPtr foregroundWindow =
UnsafeNativeMethods
.GetForegroundWindow();
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (6)
712
UnsafeNativeMethods
.GetMenuItemInfo(new HandleRef(this, nativeMenuHandle), nativeMenuCommandID, /*fByPosition instead of ID=*/ false, info);
732
UnsafeNativeMethods
.GetMenuItemInfo(new HandleRef(this, nativeMenuHandle), nativeMenuCommandID, /*fByPosition instead of ID=*/ false, info);
743
UnsafeNativeMethods
.GetMenuItemInfo(new HandleRef(this, nativeMenuHandle), nativeMenuCommandID, /*fByPosition instead of ID=*/ false, info);
776
UnsafeNativeMethods
.GetMenuItemInfo(new HandleRef(this, nativeMenuHandle), nativeMenuCommandID, /*fByPosition instead of ID=*/ false, info);
877
UnsafeNativeMethods
.PostMessage( new HandleRef(this, targetWindowHandle), NativeMethods.WM_SYSCOMMAND,nativeMenuCommandID, 0);
883
UnsafeNativeMethods
.PostMessage( new HandleRef(this, targetWindowHandle), NativeMethods.WM_COMMAND, nativeMenuCommandID, 0);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
858
while (
UnsafeNativeMethods
.PeekMessage(ref msg, new HandleRef(this, IntPtr.Zero),
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (10)
509
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
510
if (direction ==
UnsafeNativeMethods
.NavigateDirection.FirstChild ||
511
direction ==
UnsafeNativeMethods
.NavigateDirection.LastChild) {
548
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
559
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
561
case
UnsafeNativeMethods
.NavigateDirection.Parent:
562
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
563
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (11)
849
internal override
UnsafeNativeMethods
.ExpandCollapseState ExpandCollapseState {
851
return ownerItem.DropDown.Visible ?
UnsafeNativeMethods
.ExpandCollapseState.Expanded :
UnsafeNativeMethods
.ExpandCollapseState.Collapsed;
855
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
857
case
UnsafeNativeMethods
.NavigateDirection.FirstChild:
859
case
UnsafeNativeMethods
.NavigateDirection.LastChild:
870
if (AccessibilityImprovements.Level3 && ExpandCollapseState ==
UnsafeNativeMethods
.ExpandCollapseState.Collapsed) {
912
internal override
UnsafeNativeMethods
.ExpandCollapseState ExpandCollapseState {
918
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (13)
145
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
146
if (direction ==
UnsafeNativeMethods
.NavigateDirection.FirstChild ||
147
direction ==
UnsafeNativeMethods
.NavigateDirection.LastChild) {
648
UnsafeNativeMethods
.GetClientRect(new HandleRef(this, this.Handle), ref rect);
852
HandleRef hdc = new HandleRef(this,
UnsafeNativeMethods
.GetWindowDC(new HandleRef(this,m.HWnd)));
887
UnsafeNativeMethods
.ReleaseDC(new HandleRef(this, this.Handle),hdc);
908
internal override
UnsafeNativeMethods
.IRawElementProviderFragmentRoot FragmentRoot {
919
internal override
UnsafeNativeMethods
.IRawElementProviderFragment FragmentNavigate(
UnsafeNativeMethods
.NavigateDirection direction) {
921
case
UnsafeNativeMethods
.NavigateDirection.Parent:
922
case
UnsafeNativeMethods
.NavigateDirection.PreviousSibling:
923
case
UnsafeNativeMethods
.NavigateDirection.NextSibling:
winforms\Managed\System\WinForms\ToolTip.cs (56)
144
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_ACTIVATE, (value==true)? 1: 0, 0);
225
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTIPBKCOLOR, ColorTranslator.ToWin32(backColor), 0);
290
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTIPTEXTCOLOR, ColorTranslator.ToWin32(foreColor), 0);
356
IntPtr hWnd =
UnsafeNativeMethods
.GetActiveWindow();
357
IntPtr rootHwnd =
UnsafeNativeMethods
.GetAncestor(new HandleRef(window, window.Handle), NativeMethods.GA_ROOT);
538
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, title);
542
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_UPDATE, 0, 0);
577
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, toolTipTitle);
581
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_UPDATE, 0, 0);
878
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
893
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
898
int style = unchecked((int)((long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE)));
900
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE, new HandleRef(null, (IntPtr)style));
906
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
926
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_ACTIVATE, (active == true) ? 1 : 0, 0);
929
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTIPBKCOLOR, ColorTranslator.ToWin32(BackColor), 0);
932
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTIPTEXTCOLOR, ColorTranslator.ToWin32(ForeColor), 0);
937
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, title);
971
int ret = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_ADDTOOL, 0, tool);
1066
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_DELTOOL, 0, GetMinTOOLINFO(ctl));
1116
return (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_GETDELAYTIME, type, 0);
1210
bool isWindowMirrored = ((unchecked((int)(long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, hWnd), NativeMethods.GWL_STYLE)) & NativeMethods.WS_EX_LAYOUTRTL) == NativeMethods.WS_EX_LAYOUTRTL);
1259
IntPtr hwndControl =
UnsafeNativeMethods
.WindowFromPoint(screenCoords.X, screenCoords.Y);
1284
IntPtr found =
UnsafeNativeMethods
.ChildWindowFromPointEx(new HandleRef(null, baseHwnd), pt.X, pt.Y, NativeMethods.CWP_SKIPINVISIBLE);
1401
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETDELAYTIME, type, time);
1478
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTOOLINFO,
1557
UnsafeNativeMethods
.GetWindowRect(new HandleRef(associatedControl, associatedControl.Handle), ref r);
1660
UnsafeNativeMethods
.GetWindowRect(new HandleRef(window, Control.GetSafeHandle(window)), ref r);
1687
UnsafeNativeMethods
.GetWindowRect(new HandleRef(window, Control.GetSafeHandle(window)), ref r);
1712
UnsafeNativeMethods
.GetWindowRect(new HandleRef(window, Control.GetSafeHandle(window)), ref r);
1737
UnsafeNativeMethods
.GetWindowRect(new HandleRef(window, Control.GetSafeHandle(window)), ref r);
1783
IntPtr bubbleSizeInt =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TTM_GETBUBBLESIZE, 0, this.GetMinToolInfoForTool(tool.GetOwnerWindow()));
1931
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TTM_TRACKPOSITION, 0, NativeMethods.Util.MAKELONG(pointX, pointY));
1960
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TTM_TRACKACTIVATE, 0, GetWinTOOLINFO(hWnd));
1961
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TTM_DELTOOL, 0, GetWinTOOLINFO(hWnd));
2018
int ret = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_GETTOOLINFO, 0, ti);
2040
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TTM_SETTOOLINFO, 0, ti);
2041
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TTM_TRACKACTIVATE, 1, ti);
2075
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TTM_ADDTOOL, 0, toolInfo);
2076
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TTM_TRACKACTIVATE, 1, toolInfo);
2186
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref r);
2189
int ret = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_GETCURRENTTOOL, 0, ti);
2233
int ret = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_GETCURRENTTOOL, 0, ti);
2247
UnsafeNativeMethods
.GetWindowRect(new HandleRef(win, Control.GetSafeHandle(win)), ref r);
2285
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref r);
2289
int ret = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_GETCURRENTTOOL, 0, ti);
2319
UnsafeNativeMethods
.GetWindowRect(new HandleRef(this, Handle), ref r);
2325
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_ADJUSTRECT, 1, ref r);
2339
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, maxwidth);
2400
int ret = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_GETCURRENTTOOL, 0, ti);
2494
int ret = (int)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_GETCURRENTTOOL, 0, ti);
2516
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, screen.WorkingArea.Width);
2599
IntPtr dc =
UnsafeNativeMethods
.BeginPaint(new HandleRef(this,Handle),ref ps);
2610
int ret = unchecked( (int) (long)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_GETCURRENTTOOL, 0, ti));
2620
font = Font.FromHfont(
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.WM_GETFONT, 0, 0));
2640
UnsafeNativeMethods
.EndPaint(new HandleRef(this,Handle),ref ps);
winforms\Managed\System\WinForms\TrackBar.cs (3)
501
int cyhscroll =
UnsafeNativeMethods
.GetSystemMetrics(NativeMethods.SM_CYHSCROLL);
857
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
863
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
winforms\Managed\System\WinForms\TreeNode.cs (21)
284
if ((int)
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_GETITEMRECT, 1, ref rc) == 0) {
307
if ((int)
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_GETITEMRECT, 0, ref rc) == 0) {
345
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_SETITEM, 0, ref item);
637
bool visible = ((int)
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_GETITEMRECT, 1, ref rc) != 0);
712
IntPtr next =
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle),
840
IntPtr prev =
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle),
920
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_GETITEM, 0, ref item);
1208
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_EDITLABEL, 0, handle);
1382
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_EXPAND, NativeMethods.TVE_COLLAPSE, Handle);
1493
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_ENDEDITLABELNOW, cancel?1:0, 0);
1554
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_ENSUREVISIBLE, 0, Handle);
1570
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_EXPAND, NativeMethods.TVE_EXPAND, Handle);
1711
IntPtr editHandle =
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_GETEDITCONTROL, 0, 0);
1716
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_ENDEDITLABELNOW, 0 /* fCancel==FALSE */, 0);
1719
handle =
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_INSERTITEM, 0, ref tvis);
1728
UnsafeNativeMethods
.PostMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_EDITLABEL, IntPtr.Zero, handle);
1739
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.WM_SETREDRAW, 1, 0);
1806
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_DELETEITEM, 0, handle);
1832
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_SETITEM, 0, ref item);
1944
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_SETITEM, 0, ref item);
1964
UnsafeNativeMethods
.SendMessage(new HandleRef(tv, tv.Handle), NativeMethods.TVM_SETITEM, 0, ref item);
winforms\Managed\System\WinForms\TreeView.cs (28)
358
int currentStyle = unchecked((int)((long)
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE)));
1656
IntPtr userCookie =
UnsafeNativeMethods
.ThemingScope.Activate();
1662
UnsafeNativeMethods
.ThemingScope.Deactivate(userCookie);
1750
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), NativeMethods.WM_SETREDRAW, (IntPtr)1, IntPtr.Zero);
1764
UnsafeNativeMethods
.SendMessage(new HandleRef(toolTip, toolTip.Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
1765
UnsafeNativeMethods
.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TVM_SETTOOLTIPS, new HandleRef(toolTip, toolTip.Handle), 0);
1787
IntPtr hnode =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_HITTEST, 0, tvhi);
1837
IntPtr hnode =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_HITTEST, 0, tvhi);
1992
int style = unchecked((int)(
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE)));
1994
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE, new HandleRef(null, (IntPtr)style));
1998
int style = unchecked((int)(
UnsafeNativeMethods
.GetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE)));
2000
UnsafeNativeMethods
.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_STYLE, new HandleRef(null, (IntPtr)style));
2167
IntPtr hnode =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_HITTEST, 0, tvhip);
2580
if (unchecked( (int) (long)
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_GETITEMRECT, 1, ref rc)) != 0)
2732
if (
UnsafeNativeMethods
.GetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_HORZ,si) != false) {
2908
IntPtr hnode =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_HITTEST, 0, tvhip);
2920
UnsafeNativeMethods
.SendMessage(new HandleRef(this, tooltipHandle), NativeMethods.TTM_ADJUSTRECT, 1, ref bounds);
2943
IntPtr hnode =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_HITTEST, 0, tvhip);
3022
IntPtr hnode =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_HITTEST, 0, tvhip);
3087
UnsafeNativeMethods
.GetCursorPos(pt);
3095
UnsafeNativeMethods
.SetForegroundWindow(new HandleRef(this, this.Handle));
3107
UnsafeNativeMethods
.PostMessage(new HandleRef(this, this.Handle), NativeMethods.WM_NULL, IntPtr.Zero, IntPtr.Zero);
3113
UnsafeNativeMethods
.PostMessage(new HandleRef(this, Handle), NativeMethods.TVM_SELECTITEM, NativeMethods.TVGN_DROPHILITE, treeNode.Handle);
3194
UnsafeNativeMethods
.SendMessage(new HandleRef(null, this.Handle), NativeMethods.TVM_GETITEM, 0, ref item1);
3210
UnsafeNativeMethods
.SendMessage(new HandleRef(nmhdr, nmhdr.hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
3259
hNodeMouseDown =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_HITTEST, 0, tvhip);
3287
IntPtr hnode =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_HITTEST, 0, tvhi);
3357
hNodeMouseDown =
UnsafeNativeMethods
.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_HITTEST, 0, tvhit);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
728
UnsafeNativeMethods
.SendMessage(new HandleRef(toolTipFromUrl, toolTipFromUrl.Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, 600);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1470)
214
public static extern
UnsafeNativeMethods
.IClassFactory2 CoGetClassObject(
346
public static extern
UnsafeNativeMethods
.IFont OleCreateIFontIndirect(NativeMethods.FONTDESC fd, ref Guid iid);
349
public static extern
UnsafeNativeMethods
.IPicture OleCreateIPictureIndirect([MarshalAs(UnmanagedType.AsAny)]object pictdesc, ref Guid iid, bool fOwn);
352
public static extern
UnsafeNativeMethods
.IPictureDisp OleCreateIPictureDispIndirect([MarshalAs(UnmanagedType.AsAny)] object pictdesc, ref Guid iid, bool fOwn);
356
public static extern
UnsafeNativeMethods
.IPicture OleCreatePictureIndirect(NativeMethods.PICTDESC pictdesc, [In]ref Guid refiid, bool fOwn);
359
public static extern
UnsafeNativeMethods
.IFont OleCreateFontIndirect(NativeMethods.tagFONTDESC fontdesc, [In]ref Guid refiid);
494
public static extern
UnsafeNativeMethods
.IStorage StgOpenStorageOnILockBytes(
UnsafeNativeMethods
.ILockBytes iLockBytes,
UnsafeNativeMethods
.IStorage pStgPriority, int grfMode, int sndExcluded, int reserved);
497
public static extern IntPtr GetHGlobalFromILockBytes(
UnsafeNativeMethods
.ILockBytes pLkbyt);
1224
public static extern int RegisterDragDrop(HandleRef hwnd,
UnsafeNativeMethods
.IOleDropTarget target);
1271
public static extern void GetErrorInfo(int reserved, [In, Out] ref
UnsafeNativeMethods
.IErrorInfo errorInfo);
1431
public static extern
UnsafeNativeMethods
.ILockBytes CreateILockBytesOnHGlobal(HandleRef hGlobal, bool fDeleteOnRelease);
1434
public static extern
UnsafeNativeMethods
.IStorage StgCreateDocfileOnILockBytes(
UnsafeNativeMethods
.ILockBytes iLockBytes, int grfMode, int reserved);
1880
out
UnsafeNativeMethods
.IOleInPlaceFrame ppFrame,
1882
out
UnsafeNativeMethods
.IOleInPlaceUIWindow ppDoc,
2064
UnsafeNativeMethods
.IOleInPlaceActiveObject pActiveObject,
2135
UnsafeNativeMethods
.IOleInPlaceActiveObject activeObject,
2139
UnsafeNativeMethods
.IOleInPlaceFrame frame,
2141
UnsafeNativeMethods
.IOleInPlaceUIWindow doc);
2175
UnsafeNativeMethods
.IOleInPlaceUIWindow doc,
2200
UnsafeNativeMethods
.IOleDropTarget pDropTarget,
2202
out
UnsafeNativeMethods
.IOleDropTarget ppDropTarget);
2378
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLLocation GetLocation();
2451
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLWindow2 GetParentWindow();
2467
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElement GetDocumentElement();
2502
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElementCollection GetElementsByName([In] string v);
2503
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElement GetElementById([In] string v);
2504
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElementCollection GetElementsByTagName([In] string v);
2531
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2532
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2533
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2534
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2535
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2536
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2537
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2538
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2539
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2540
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2541
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2542
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2543
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2544
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2545
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2546
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2547
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2548
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2549
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2550
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2551
[DispId(1026)] bool onstop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2552
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2553
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2554
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2555
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2556
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2557
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2558
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2559
[DispId(1027)] void onbeforeeditfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2560
[DispId(1037)] void onselectionchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2561
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2562
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2563
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2564
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2565
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2566
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2567
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2568
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2584
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLFramesCollection2 GetFrames();
2595
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLLocation GetLocation();
2596
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IOmHistory GetHistory();
2600
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IOmNavigator GetNavigator();
2603
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLWindow2 GetParent();
2604
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLWindow2 Open([In] string URL, [In] string name, [In] string features, [In] bool replace);
2627
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLDocument2 GetDocument();
2628
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLEventObj GetEvent();
2632
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLScreen GetScreen();
2684
[DispId(1003)] void onload(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2685
[DispId(1008)] void onunload(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2686
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2687
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2688
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2690
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2691
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2692
[DispId(1017)] void onbeforeunload(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2693
[DispId(1024)] void onbeforeprint(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2694
[DispId(1025)] void onafterprint(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
2703
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLDocument GetDocument();
2783
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElement GetSrcElement();
2791
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElement GetFromElement();
2792
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElement GetToElement();
2940
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElement GetOffsetParent();
3069
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElement
3071
[In, MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElement insertedElement);
3072
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElement
3073
applyElement([In, MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElement apply,
3087
[return: MarshalAs(UnmanagedType.Interface)]
UnsafeNativeMethods
.IHTMLElementCollection GetElementsByTagName(string v);
3167
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3168
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3169
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3170
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3171
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3172
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3173
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3174
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3175
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3176
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3177
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3178
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3179
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3180
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3181
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3182
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3183
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3184
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3185
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3186
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3187
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3188
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3189
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3190
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3191
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3192
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3193
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3194
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3195
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3196
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3197
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3198
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3199
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3200
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3201
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3202
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3203
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3204
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3205
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3206
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3207
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3208
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3209
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3210
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3211
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3212
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3213
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3214
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3215
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3216
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3217
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3218
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3219
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3220
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3221
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3222
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3223
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3224
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3225
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3226
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3227
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3228
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3235
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3236
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3237
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3238
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3239
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3240
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3241
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3242
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3243
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3244
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3245
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3246
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3247
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3248
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3249
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3250
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3251
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3252
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3253
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3254
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3255
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3256
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3257
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3258
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3259
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3260
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3261
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3262
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3263
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3264
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3265
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3266
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3267
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3268
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3269
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3270
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3271
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3272
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3273
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3274
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3275
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3276
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3277
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3278
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3279
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3280
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3281
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3282
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3283
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3284
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3285
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3286
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3287
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3288
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3289
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3290
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3291
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3292
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3293
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3294
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3295
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3296
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3303
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3304
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3305
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3306
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3307
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3308
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3309
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3310
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3311
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3312
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3313
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3314
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3315
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3316
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3317
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3318
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3319
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3320
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3321
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3322
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3323
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3324
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3325
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3326
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3327
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3328
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3329
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3330
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3331
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3332
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3333
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3334
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3335
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3336
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3337
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3338
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3339
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3340
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3341
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3342
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3343
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3344
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3345
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3346
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3347
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3348
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3349
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3350
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3351
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3352
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3353
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3354
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3355
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3356
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3357
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3358
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3359
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3360
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3361
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3362
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3363
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3364
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3371
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3372
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3373
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3374
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3375
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3376
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3377
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3378
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3379
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3380
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3381
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3382
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3383
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3384
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3385
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3386
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3387
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3388
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3389
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3390
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3391
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3392
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3393
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3394
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3395
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3396
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3397
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3398
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3399
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3400
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3401
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3402
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3403
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3404
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3405
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3406
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3407
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3408
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3409
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3410
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3411
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3412
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3413
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3414
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3415
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3416
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3417
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3418
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3419
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3420
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3421
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3422
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3423
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3424
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3425
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3426
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3427
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3428
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3429
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3430
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3431
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3432
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3439
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3440
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3441
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3442
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3443
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3444
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3445
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3446
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3447
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3448
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3449
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3450
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3451
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3452
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3453
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3454
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3455
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3456
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3457
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3458
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3459
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3460
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3461
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3462
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3463
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3464
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3465
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3466
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3467
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3468
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3469
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3470
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3471
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3472
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3473
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3474
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3475
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3476
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3477
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3478
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3479
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3480
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3481
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3482
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3483
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3484
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3485
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3486
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3487
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3488
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3489
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3490
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3491
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3492
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3493
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3494
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3495
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3496
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3497
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3498
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3499
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3500
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3507
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3508
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3509
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3510
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3511
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3512
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3513
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3514
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3515
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3516
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3517
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3518
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3519
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3520
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3521
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3522
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3523
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3524
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3525
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3526
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3527
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3528
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3529
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3530
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3531
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3532
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3533
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3534
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3535
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3536
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3537
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3538
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3539
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3540
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3541
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3542
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3543
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3544
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3545
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3546
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3547
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3548
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3549
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3550
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3551
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3552
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3553
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3554
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3555
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3556
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3557
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3558
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3559
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3560
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3561
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3562
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3563
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3564
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3565
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3566
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3567
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3568
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3569
[DispId(1007)] bool onsubmit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3570
[DispId(1015)] bool onreset(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3577
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3578
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3579
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3580
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3581
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3582
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3583
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3584
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3585
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3586
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3587
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3588
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3589
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3590
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3591
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3592
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3593
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3594
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3595
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3596
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3597
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3598
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3599
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3600
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3601
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3602
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3603
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3604
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3605
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3606
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3607
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3608
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3609
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3610
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3611
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3612
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3613
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3614
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3615
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3616
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3617
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3618
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3619
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3620
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3621
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3622
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3623
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3624
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3625
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3626
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3627
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3628
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3629
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3630
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3631
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3632
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3633
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3634
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3635
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3636
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3637
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3638
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3639
[DispId(1003)] void onload(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3646
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3647
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3648
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3649
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3650
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3651
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3652
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3653
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3654
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3655
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3656
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3657
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3658
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3659
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3660
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3661
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3662
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3663
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3664
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3665
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3666
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3667
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3668
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3669
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3670
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3671
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3672
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3673
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3674
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3675
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3676
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3677
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3678
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3679
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3680
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3681
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3682
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3683
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3684
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3685
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3686
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3687
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3688
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3689
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3690
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3691
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3692
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3693
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3694
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3695
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3696
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3697
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3698
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3699
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3700
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3701
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3702
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3703
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3704
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3705
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3706
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3707
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3708
[DispId(1003)] void onload(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3709
[DispId(1002)] void onerror(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3710
[DispId(1000)] void onabort(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3717
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3718
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3719
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3720
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3721
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3722
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3723
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3724
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3725
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3726
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3727
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3728
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3729
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3730
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3731
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3732
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3733
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3734
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3735
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3736
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3737
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3738
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3739
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3740
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3741
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3742
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3743
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3744
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3745
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3746
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3747
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3748
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3749
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3750
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3751
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3752
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3753
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3754
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3755
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3756
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3757
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3758
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3759
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3760
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3761
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3762
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3763
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3764
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3765
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3766
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3767
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3768
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3769
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3770
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3771
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3772
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3773
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3774
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3775
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3776
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3777
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3778
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3779
[DispId(-2147412082)] bool onchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3780
[DispId(-2147412102)] void onselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3781
[DispId(1003)] void onload(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3782
[DispId(1002)] void onerror(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3783
[DispId(1000)] void onabort(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3790
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3791
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3792
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3793
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3794
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3795
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3796
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3797
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3798
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3799
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3800
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3801
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3802
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3803
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3804
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3805
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3806
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3807
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3808
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3809
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3810
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3811
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3812
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3813
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3814
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3815
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3816
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3817
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3818
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3819
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3820
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3821
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3822
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3823
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3824
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3825
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3826
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3827
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3828
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3829
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3830
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3831
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3832
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3833
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3834
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3835
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3836
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3837
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3838
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3839
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3840
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3841
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3842
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3843
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3844
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3845
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3846
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3847
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3848
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3849
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3850
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3851
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3852
[DispId(-2147412080)] void onload(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3853
[DispId(-2147412083)] void onerror(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3854
[DispId(-2147412084)] void onabort(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3861
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3862
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3863
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3864
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3865
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3866
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3867
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3868
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3869
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3870
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3871
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3872
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3873
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3874
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3875
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3876
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3877
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3878
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3879
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3880
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3881
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3882
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3883
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3884
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3885
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3886
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3887
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3888
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3889
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3890
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3891
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3892
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3893
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3894
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3895
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3896
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3897
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3898
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3899
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3900
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3901
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3902
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3903
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3904
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3905
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3906
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3907
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3908
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3909
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3910
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3911
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3912
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3913
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3914
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3915
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3916
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3917
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3918
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3919
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3920
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3921
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3922
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3923
[DispId(1001)] bool onchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3924
[DispId(1006)] void onselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3925
[DispId(1003)] void onload(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3926
[DispId(1002)] void onerror(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3927
[DispId(1001)] void onabort(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3934
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3935
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3936
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3937
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3938
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3939
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3940
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3941
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3942
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3943
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3944
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3945
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3946
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3947
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3948
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3949
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3950
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3951
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3952
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3953
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3954
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3955
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3956
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3957
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3958
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3959
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3960
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3961
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3962
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3963
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3964
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3965
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3966
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3967
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3968
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3969
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3970
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3971
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3972
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3973
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3974
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3975
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3976
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3977
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3978
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3979
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3980
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3981
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3982
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3983
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3984
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3985
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3986
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3987
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3988
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3989
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3990
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3991
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3992
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3993
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3994
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
3995
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4002
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4003
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4004
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4005
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4006
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4007
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4008
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4009
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4010
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4011
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4012
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4013
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4014
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4015
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4016
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4017
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4018
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4019
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4020
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4021
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4022
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4023
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4024
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4025
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4026
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4027
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4028
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4029
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4030
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4031
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4032
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4033
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4034
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4035
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4036
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4037
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4038
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4039
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4040
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4041
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4042
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4043
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4044
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4045
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4046
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4047
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4048
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4049
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4050
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4051
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4052
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4053
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4054
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4055
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4056
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4057
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4058
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4059
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4060
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4061
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4062
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4063
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4064
[DispId(-2147412080)] void onload(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4065
[DispId(-2147412083)] void onerror(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4072
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4073
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4074
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4075
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4076
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4077
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4078
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4079
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4080
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4081
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4082
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4083
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4084
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4085
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4086
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4087
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4088
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4089
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4090
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4091
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4092
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4093
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4094
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4095
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4096
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4097
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4098
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4099
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4100
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4101
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4102
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4103
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4104
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4105
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4106
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4107
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4108
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4109
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4110
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4111
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4112
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4113
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4114
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4115
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4116
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4117
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4118
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4119
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4120
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4121
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4122
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4123
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4124
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4125
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4126
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4127
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4128
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4129
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4130
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4131
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4132
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4133
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4140
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4141
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4142
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4143
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4144
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4145
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4146
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4147
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4148
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4149
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4150
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4151
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4152
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4153
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4154
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4155
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4156
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4157
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4158
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4159
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4160
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4161
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4162
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4163
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4164
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4165
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4166
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4167
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4168
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4169
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4170
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4171
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4172
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4173
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4174
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4175
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4176
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4177
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4178
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4179
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4180
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4181
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4182
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4183
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4184
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4185
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4186
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4187
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4188
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4189
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4190
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4191
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4192
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4193
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4194
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4195
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4196
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4197
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4198
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4199
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4200
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4201
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4202
[DispId(-2147412092)] void onbounce(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4203
[DispId(-2147412086)] void onfinish(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4204
[DispId(-2147412085)] void onstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4211
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4212
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4213
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4214
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4215
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4216
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4217
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4218
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4219
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4220
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4221
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4222
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4223
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4224
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4225
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4226
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4227
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4228
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4229
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4230
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4231
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4232
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4233
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4234
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4235
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4236
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4237
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4238
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4239
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4240
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4241
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4242
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4243
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4244
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4245
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4246
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4247
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4248
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4249
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4250
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4251
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4252
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4253
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4254
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4255
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4256
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4257
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4258
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4259
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4260
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4261
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4262
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4263
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4264
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4265
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4266
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4267
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4268
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4269
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4270
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4271
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4272
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4273
[DispId(-2147412082)] bool onchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4280
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4281
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4282
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4283
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4284
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4285
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4286
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4287
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4288
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4289
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4290
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4291
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4292
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4293
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4294
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4295
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4296
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4297
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4298
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4299
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4300
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4301
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4302
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4303
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4304
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4305
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4306
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4307
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4308
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4309
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4310
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4311
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4312
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4313
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4314
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4315
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4316
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4317
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4318
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4319
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4320
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4321
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4322
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4323
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4324
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4325
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4326
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4327
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4328
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4329
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4330
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4331
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4332
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4333
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4334
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4335
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4336
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4337
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4338
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4339
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4340
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4341
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4342
[DispId(-2147412082)] void onchange_void(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4349
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4350
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4351
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4352
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4353
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4354
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4355
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4356
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4357
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4358
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4359
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4360
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4361
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4362
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4363
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4364
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4365
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4366
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4367
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4368
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4369
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4370
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4371
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4372
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4373
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4374
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4375
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4376
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4377
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4378
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4379
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4380
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4381
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4382
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4383
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4384
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4385
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4386
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4387
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4388
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4389
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4390
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4391
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4392
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4393
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4394
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4395
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4396
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4397
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4398
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4399
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4400
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4401
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4402
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4403
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4404
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4405
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4406
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4407
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4408
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4409
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4410
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4411
[DispId(1003)] void onload(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4412
[DispId(1002)] void onerror(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4419
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4420
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4421
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4422
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4423
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4424
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4425
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4426
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4427
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4428
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4429
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4430
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4431
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4432
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4433
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4434
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4435
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4436
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4437
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4438
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4439
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4440
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4441
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4442
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4443
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4444
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4445
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4446
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4447
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4448
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4449
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4450
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4451
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4452
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4453
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4454
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4455
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4456
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4457
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4458
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4459
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4460
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4461
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4462
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4463
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4464
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4465
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4466
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4467
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4468
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4469
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4470
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4471
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4472
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4473
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4474
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4475
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4476
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4477
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4478
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4479
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4480
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4487
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4488
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4489
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4490
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4491
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4492
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4493
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4494
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4495
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4496
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4497
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4498
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4499
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4500
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4501
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4502
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4503
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4504
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4505
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4506
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4507
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4508
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4509
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4510
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4511
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4512
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4513
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4514
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4515
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4516
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4517
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4518
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4519
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4520
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4521
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4522
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4523
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4524
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4525
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4526
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4527
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4528
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4529
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4530
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4531
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4532
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4533
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4534
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4535
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4536
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4537
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4538
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4539
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4540
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4541
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4542
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4543
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4544
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4545
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4546
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4547
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4548
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4549
[DispId(1001)] void onchange_void(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4550
[DispId(1006)] void onselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4557
[DispId(-2147418102)] bool onhelp(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4558
[DispId(-600)] bool onclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4559
[DispId(-601)] bool ondblclick(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4560
[DispId(-603)] bool onkeypress(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4561
[DispId(-602)] void onkeydown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4562
[DispId(-604)] void onkeyup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4563
[DispId(-2147418103)] void onmouseout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4564
[DispId(-2147418104)] void onmouseover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4565
[DispId(-606)] void onmousemove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4566
[DispId(-605)] void onmousedown(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4567
[DispId(-607)] void onmouseup(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4568
[DispId(-2147418100)] bool onselectstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4569
[DispId(-2147418095)] void onfilterchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4570
[DispId(-2147418101)] bool ondragstart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4571
[DispId(-2147418108)] bool onbeforeupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4572
[DispId(-2147418107)] void onafterupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4573
[DispId(-2147418099)] bool onerrorupdate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4574
[DispId(-2147418106)] bool onrowexit(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4575
[DispId(-2147418105)] void onrowenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4576
[DispId(-2147418098)] void ondatasetchanged(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4577
[DispId(-2147418097)] void ondataavailable(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4578
[DispId(-2147418096)] void ondatasetcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4579
[DispId(-2147418094)] void onlosecapture(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4580
[DispId(-2147418093)] void onpropertychange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4581
[DispId(1014)] void onscroll(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4582
[DispId(-2147418111)] void onfocus(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4583
[DispId(-2147418112)] void onblur(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4584
[DispId(1016)] void onresize(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4585
[DispId(-2147418092)] bool ondrag(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4586
[DispId(-2147418091)] void ondragend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4587
[DispId(-2147418090)] bool ondragenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4588
[DispId(-2147418089)] bool ondragover(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4589
[DispId(-2147418088)] void ondragleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4590
[DispId(-2147418087)] bool ondrop(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4591
[DispId(-2147418083)] bool onbeforecut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4592
[DispId(-2147418086)] bool oncut(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4593
[DispId(-2147418082)] bool onbeforecopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4594
[DispId(-2147418085)] bool oncopy(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4595
[DispId(-2147418081)] bool onbeforepaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4596
[DispId(-2147418084)] bool onpaste(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4597
[DispId(1023)] bool oncontextmenu(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4598
[DispId(-2147418080)] void onrowsdelete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4599
[DispId(-2147418079)] void onrowsinserted(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4600
[DispId(-2147418078)] void oncellchange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4601
[DispId(-609)] void onreadystatechange(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4602
[DispId(1030)] void onlayoutcomplete(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4603
[DispId(1031)] void onpage(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4604
[DispId(1042)] void onmouseenter(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4605
[DispId(1043)] void onmouseleave(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4606
[DispId(1044)] void onactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4607
[DispId(1045)] void ondeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4608
[DispId(1034)] bool onbeforedeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4609
[DispId(1047)] bool onbeforeactivate(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4610
[DispId(1048)] void onfocusin(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4611
[DispId(1049)] void onfocusout(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4612
[DispId(1035)] void onmove(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4613
[DispId(1036)] bool oncontrolselect(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4614
[DispId(1038)] bool onmovestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4615
[DispId(1039)] void onmoveend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4616
[DispId(1040)] bool onresizestart(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4617
[DispId(1041)] void onresizeend(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4618
[DispId(1033)] bool onmousewheel(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
4619
[DispId(1002)]void onerror(
UnsafeNativeMethods
.IHTMLEventObj evtObj);
5557
UnsafeNativeMethods
.IOleInPlaceActiveObject pActiveObject,
5597
UnsafeNativeMethods
.IOleInPlaceUIWindow pUIWindow,
5659
UnsafeNativeMethods
.IOleClientSite pClientSite);
5662
UnsafeNativeMethods
.IOleClientSite GetClientSite();
5714
UnsafeNativeMethods
.IOleClientSite pActiveSite,
5723
int EnumVerbs(out
UnsafeNativeMethods
.IEnumOLEVERB e);
5788
UnsafeNativeMethods
.IOleClientSite pClientSite);
5791
int GetClientSite(out
UnsafeNativeMethods
.IOleClientSite site);
5843
UnsafeNativeMethods
.IOleClientSite pActiveSite,
5852
int EnumVerbs(out
UnsafeNativeMethods
.IEnumOLEVERB e);
6171
UnsafeNativeMethods
.tagQACONTAINER pQaContainer,
6173
UnsafeNativeMethods
.tagQACONTROL pQaControl);
6235
UnsafeNativeMethods
.IStream pstm);
6240
UnsafeNativeMethods
.IStream pstm,
6265
UnsafeNativeMethods
.IStream pstm);
6357
UnsafeNativeMethods
.IEnumVariant[] ppenum);
6471
UnsafeNativeMethods
.IStream pstm,
6510
UnsafeNativeMethods
.IStream Clone();
6790
UnsafeNativeMethods
.IStream CreateStream(
6801
UnsafeNativeMethods
.IStream OpenStream(
6812
UnsafeNativeMethods
.IStorage CreateStorage(
6823
UnsafeNativeMethods
.IStorage OpenStorage(
6844
UnsafeNativeMethods
.IStorage stgDest);
6851
UnsafeNativeMethods
.IStorage stgDest,
7043
UnsafeNativeMethods
.ITypeComp[] ppTComp);
7150
UnsafeNativeMethods
.ITypeLib[] ppTLib,
7174
UnsafeNativeMethods
.ITypeInfo[] ppTInfo,
7182
UnsafeNativeMethods
.ITypeComp[] ppTypeComp,
7193
UnsafeNativeMethods
.ITypeInfo[] ppTInfo);
7209
UnsafeNativeMethods
.ITypeInfo[] ppTInfo);
7223
UnsafeNativeMethods
.ITypeInfo[] ppTInfo);
7234
UnsafeNativeMethods
.ITypeComp[] ppTComp);
7269
UnsafeNativeMethods
.ITypeInfo[] ppTInfo,
7335
public
UnsafeNativeMethods
.IOleClientSite pClientSite;
7340
public
UnsafeNativeMethods
.IPropertyNotifySink pPropertyNotifySink;
7627
public static extern int SHGetMalloc([Out, MarshalAs(UnmanagedType.LPArray)]
UnsafeNativeMethods
.IMalloc[] ppMalloc);
8008
out
UnsafeNativeMethods
.IFont ppfont);
8013
UnsafeNativeMethods
.IFont pfontOther);
8082
UnsafeNativeMethods
.IStream pstm,
9009
int result =
UnsafeNativeMethods
.WldpIsDynamicCodePolicyEnabled(out isEnabled);
winforms\Managed\System\WinForms\UpDownBase.cs (5)
966
if (
UnsafeNativeMethods
.WindowFromPoint(pt.X, pt.Y) == Handle && !ValidationCancelled) {
1165
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(child, child.Handle), new HandleRef(this, Handle), point, 1);
1225
UnsafeNativeMethods
.SetFocus(new HandleRef(TextBox, TextBox.Handle));
1311
if (!parent.ValidationCancelled &&
UnsafeNativeMethods
.WindowFromPoint(pt.X, pt.Y) == Handle) {
1657
if (!parent.ValidationCancelled &&
UnsafeNativeMethods
.WindowFromPoint(pt.X, pt.Y) == Handle) {
winforms\Managed\System\WinForms\UserControl.cs (1)
292
IntPtr hwndFocus =
UnsafeNativeMethods
.GetFocus();
winforms\Managed\System\WinForms\WebBrowser.cs (46)
44
private
UnsafeNativeMethods
.IWebBrowser2 axIWebBrowser2;
260
UnsafeNativeMethods
.IHTMLDocument2 iHTMLDocument2 = null;
262
iHTMLDocument2 = objDoc as
UnsafeNativeMethods
.IHTMLDocument2;
267
UnsafeNativeMethods
.IHTMLLocation iHTMLLocation = iHTMLDocument2.GetLocation();
274
return new HtmlDocument (ShimManager, iHTMLDocument2 as
UnsafeNativeMethods
.IHTMLDocument);
298
UnsafeNativeMethods
.IPersistStreamInit psi = htmlDocument.DomDocument as
UnsafeNativeMethods
.IPersistStreamInit;
305
UnsafeNativeMethods
.IStream iStream = (
UnsafeNativeMethods
.IStream)new
UnsafeNativeMethods
.ComStreamFromDataStream(memoryStream);
376
UnsafeNativeMethods
.IHTMLDocument2 htmlDocument2 = htmlDocument.DomDocument as
UnsafeNativeMethods
.IHTMLDocument2;
403
UnsafeNativeMethods
.IHTMLDocument2 htmlDocument2 = htmlDocument.DomDocument as
UnsafeNativeMethods
.IHTMLDocument2;
1201
IntPtr hwndFocus =
UnsafeNativeMethods
.GetFocus();
1245
this.axIWebBrowser2 = (
UnsafeNativeMethods
.IWebBrowser2)nativeActiveXObject;
1280
typeof(
UnsafeNativeMethods
.DWebBrowserEvents2));
1662
private
UnsafeNativeMethods
.IWebBrowser2 AxIWebBrowser2 {
1699
protected class WebBrowserSite : WebBrowserSiteBase,
UnsafeNativeMethods
.IDocHostUIHandler
1717
int
UnsafeNativeMethods
.IDocHostUIHandler.ShowContextMenu(int dwID, NativeMethods.POINT pt, object pcmdtReserved, object pdispReserved) {
1739
int
UnsafeNativeMethods
.IDocHostUIHandler.GetHostInfo(NativeMethods.DOCHOSTUIINFO info) {
1765
int
UnsafeNativeMethods
.IDocHostUIHandler.EnableModeless(bool fEnable) {
1771
int
UnsafeNativeMethods
.IDocHostUIHandler.ShowUI(int dwID,
UnsafeNativeMethods
.IOleInPlaceActiveObject activeObject,
1772
NativeMethods.IOleCommandTarget commandTarget,
UnsafeNativeMethods
.IOleInPlaceFrame frame,
1773
UnsafeNativeMethods
.IOleInPlaceUIWindow doc) {
1779
int
UnsafeNativeMethods
.IDocHostUIHandler.HideUI() {
1785
int
UnsafeNativeMethods
.IDocHostUIHandler.UpdateUI() {
1791
int
UnsafeNativeMethods
.IDocHostUIHandler.OnDocWindowActivate(bool fActivate) {
1797
int
UnsafeNativeMethods
.IDocHostUIHandler.OnFrameWindowActivate(bool fActivate) {
1803
int
UnsafeNativeMethods
.IDocHostUIHandler.ResizeBorder(NativeMethods.COMRECT rect,
UnsafeNativeMethods
.IOleInPlaceUIWindow doc, bool fFrameWindow) {
1809
int
UnsafeNativeMethods
.IDocHostUIHandler.GetOptionKeyPath(string[] pbstrKey, int dw) {
1815
int
UnsafeNativeMethods
.IDocHostUIHandler.GetDropTarget(
UnsafeNativeMethods
.IOleDropTarget pDropTarget, out
UnsafeNativeMethods
.IOleDropTarget ppDropTarget) {
1825
int
UnsafeNativeMethods
.IDocHostUIHandler.GetExternal(out object ppDispatch) {
1834
int
UnsafeNativeMethods
.IDocHostUIHandler.TranslateAccelerator(ref NativeMethods.MSG msg, ref Guid group, int nCmdID) {
1856
int
UnsafeNativeMethods
.IDocHostUIHandler.TranslateUrl(int dwTranslate, string strUrlIn, out string pstrUrlOut) {
1866
int
UnsafeNativeMethods
.IDocHostUIHandler.FilterDataObject(IComDataObject pDO, out IComDataObject ppDORet)
1890
private class WebBrowserEvent : StandardOleMarshalObject,
UnsafeNativeMethods
.DWebBrowserEvents2{
1958
UnsafeNativeMethods
.IPersistStreamInit psi = htmlDocument.DomDocument as
UnsafeNativeMethods
.IPersistStreamInit;
1960
UnsafeNativeMethods
.IStream iStream = (
UnsafeNativeMethods
.IStream)new
UnsafeNativeMethods
.ComStreamFromDataStream(
winforms\Managed\System\WinForms\WebBrowserBase.cs (15)
72
private
UnsafeNativeMethods
.IOleObject axOleObject;
73
private
UnsafeNativeMethods
.IOleInPlaceObject axOleInPlaceObject;
74
private
UnsafeNativeMethods
.IOleInPlaceActiveObject axOleInPlaceActiveObject;
75
private
UnsafeNativeMethods
.IOleControl axOleControl;
398
UnsafeNativeMethods
.GetCursorPos(p);
837
UnsafeNativeMethods
.SetParent(new HandleRef(null, hwnd), new HandleRef(this, this.Handle));
914
this.activeXInstance =
UnsafeNativeMethods
.CoCreateInstance(ref clsid, null, NativeMethods.CLSCTX_INPROC_SERVER, ref NativeMethods.ActiveX.IID_IUnknown);
1085
this.axOleObject = (
UnsafeNativeMethods
.IOleObject)activeXInstance;
1086
this.axOleInPlaceObject = (
UnsafeNativeMethods
.IOleInPlaceObject)activeXInstance;
1087
this.axOleInPlaceActiveObject = (
UnsafeNativeMethods
.IOleInPlaceActiveObject)activeXInstance;
1088
this.axOleControl = (
UnsafeNativeMethods
.IOleControl)activeXInstance;
1186
((
UnsafeNativeMethods
.IOleControlSite)this.ActiveXSite).TransformCoords(phm, pcont, NativeMethods.ActiveX.XFORMCOORDS_SIZE | NativeMethods.ActiveX.XFORMCOORDS_HIMETRICTOCONTAINER);
1196
((
UnsafeNativeMethods
.IOleControlSite)this.ActiveXSite).TransformCoords(phm, pcont, NativeMethods.ActiveX.XFORMCOORDS_SIZE | NativeMethods.ActiveX.XFORMCOORDS_CONTAINERTOHIMETRIC);
1227
cc = Control.FromHandle(
UnsafeNativeMethods
.GetParent(new HandleRef(this, Handle))) as ContainerControl;
1315
internal
UnsafeNativeMethods
.IOleInPlaceObject AXInPlaceObject {
winforms\Managed\System\WinForms\WebBrowserContainer.cs (22)
21
internal class WebBrowserContainer :
UnsafeNativeMethods
.IOleContainer,
UnsafeNativeMethods
.IOleInPlaceFrame {
42
int
UnsafeNativeMethods
.IOleContainer.ParseDisplayName(Object pbc, string pszDisplayName, int[] pchEaten, Object[] ppmkOut) {
48
int
UnsafeNativeMethods
.IOleContainer.EnumObjects(int grfFlags, out
UnsafeNativeMethods
.IEnumUnknown ppenum) {
65
int
UnsafeNativeMethods
.IOleContainer.LockContainer(bool fLock) {
72
IntPtr
UnsafeNativeMethods
.IOleInPlaceFrame.GetWindow() {
76
int
UnsafeNativeMethods
.IOleInPlaceFrame.ContextSensitiveHelp(int fEnterMode) {
80
int
UnsafeNativeMethods
.IOleInPlaceFrame.GetBorder(NativeMethods.COMRECT lprectBorder) {
84
int
UnsafeNativeMethods
.IOleInPlaceFrame.RequestBorderSpace(NativeMethods.COMRECT pborderwidths) {
88
int
UnsafeNativeMethods
.IOleInPlaceFrame.SetBorderSpace(NativeMethods.COMRECT pborderwidths) {
92
int
UnsafeNativeMethods
.IOleInPlaceFrame.SetActiveObject(
UnsafeNativeMethods
.IOleInPlaceActiveObject pActiveObject, string pszObjName) {
101
UnsafeNativeMethods
.IOleObject oleObject = pActiveObject as
UnsafeNativeMethods
.IOleObject;
103
UnsafeNativeMethods
.IOleClientSite clientSite = null;
137
int
UnsafeNativeMethods
.IOleInPlaceFrame.InsertMenus(IntPtr hmenuShared, NativeMethods.tagOleMenuGroupWidths lpMenuWidths) {
141
int
UnsafeNativeMethods
.IOleInPlaceFrame.SetMenu(IntPtr hmenuShared, IntPtr holemenu, IntPtr hwndActiveObject) {
145
int
UnsafeNativeMethods
.IOleInPlaceFrame.RemoveMenus(IntPtr hmenuShared) {
149
int
UnsafeNativeMethods
.IOleInPlaceFrame.SetStatusText(string pszStatusText) {
153
int
UnsafeNativeMethods
.IOleInPlaceFrame.EnableModeless(bool fEnable) {
157
int
UnsafeNativeMethods
.IOleInPlaceFrame.TranslateAccelerator(ref NativeMethods.MSG lpmsg, short wID) {
winforms\Managed\System\WinForms\WebBrowserHelper.cs (7)
90
private static Guid ifont_Guid = typeof(
UnsafeNativeMethods
.IFont).GUID;
117
IntPtr hDC =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
119
logPixelsX =
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSX);
120
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, hDC));
135
IntPtr hDC =
UnsafeNativeMethods
.GetDC(NativeMethods.NullHandleRef);
137
logPixelsY =
UnsafeNativeMethods
.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSY);
138
UnsafeNativeMethods
.ReleaseDC(NativeMethods.NullHandleRef, new HandleRef(null, hDC));
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (41)
50
:
UnsafeNativeMethods
.IOleControlSite,
UnsafeNativeMethods
.IOleClientSite,
UnsafeNativeMethods
.IOleInPlaceSite,
UnsafeNativeMethods
.ISimpleFrameSite,
UnsafeNativeMethods
.IPropertyNotifySink, IDisposable {
112
int
UnsafeNativeMethods
.IOleControlSite.OnControlInfoChanged() {
118
int
UnsafeNativeMethods
.IOleControlSite.LockInPlaceActive(int fLock) {
124
int
UnsafeNativeMethods
.IOleControlSite.GetExtendedControl(out object ppDisp) {
131
int
UnsafeNativeMethods
.IOleControlSite.TransformCoords(NativeMethods._POINTL pPtlHimetric, NativeMethods.tagPOINTF pPtfContainer, int dwFlags) {
167
int
UnsafeNativeMethods
.IOleControlSite.TranslateAccelerator(ref NativeMethods.MSG pMsg, int grfModifiers) {
188
int
UnsafeNativeMethods
.IOleControlSite.OnFocus(int fGotFocus) {
194
int
UnsafeNativeMethods
.IOleControlSite.ShowPropertyFrame() {
203
int
UnsafeNativeMethods
.IOleClientSite.SaveObject() {
209
int
UnsafeNativeMethods
.IOleClientSite.GetMoniker(int dwAssign, int dwWhichMoniker, out Object moniker) {
216
int
UnsafeNativeMethods
.IOleClientSite.GetContainer(out
UnsafeNativeMethods
.IOleContainer container) {
224
int
UnsafeNativeMethods
.IOleClientSite.ShowObject() {
235
else if (this.Host.AXInPlaceObject is
UnsafeNativeMethods
.IOleInPlaceObjectWindowless) {
244
int
UnsafeNativeMethods
.IOleClientSite.OnShowWindow(int fShow) {
250
int
UnsafeNativeMethods
.IOleClientSite.RequestNewObjectLayout() {
259
IntPtr
UnsafeNativeMethods
.IOleInPlaceSite.GetWindow() {
262
return
UnsafeNativeMethods
.GetParent(new HandleRef(Host, Host.Handle));
273
int
UnsafeNativeMethods
.IOleInPlaceSite.ContextSensitiveHelp(int fEnterMode) {
279
int
UnsafeNativeMethods
.IOleInPlaceSite.CanInPlaceActivate() {
285
int
UnsafeNativeMethods
.IOleInPlaceSite.OnInPlaceActivate() {
293
int
UnsafeNativeMethods
.IOleInPlaceSite.OnUIActivate() {
301
int
UnsafeNativeMethods
.IOleInPlaceSite.GetWindowContext(out
UnsafeNativeMethods
.IOleInPlaceFrame ppFrame, out
UnsafeNativeMethods
.IOleInPlaceUIWindow ppDoc,
324
int
UnsafeNativeMethods
.IOleInPlaceSite.Scroll(NativeMethods.tagSIZE scrollExtant) {
330
int
UnsafeNativeMethods
.IOleInPlaceSite.OnUIDeactivate(int fUndoable) {
340
int
UnsafeNativeMethods
.IOleInPlaceSite.OnInPlaceDeactivate() {
342
((
UnsafeNativeMethods
.IOleInPlaceSite)this).OnUIDeactivate(0);
352
int
UnsafeNativeMethods
.IOleInPlaceSite.DiscardUndoState() {
358
int
UnsafeNativeMethods
.IOleInPlaceSite.DeactivateAndUndo() {
364
int
UnsafeNativeMethods
.IOleInPlaceSite.OnPosRectChange(NativeMethods.COMRECT lprcPosRect) {
373
int
UnsafeNativeMethods
.ISimpleFrameSite.PreMessageFilter(IntPtr hwnd, int msg, IntPtr wp, IntPtr lp, ref IntPtr plResult, ref int pdwCookie) {
379
int
UnsafeNativeMethods
.ISimpleFrameSite.PostMessageFilter(IntPtr hwnd, int msg, IntPtr wp, IntPtr lp, ref IntPtr plResult, int dwCookie) {
388
void
UnsafeNativeMethods
.IPropertyNotifySink.OnChanged(int dispid) {
412
int
UnsafeNativeMethods
.IPropertyNotifySink.OnRequestEdit(int dispid) {
472
connectionPoint = new AxHost.ConnectionPointCookie(nativeObject, this, typeof(
UnsafeNativeMethods
.IPropertyNotifySink));
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
288
IntPtr rootHwnd =
UnsafeNativeMethods
.GetAncestor(new HandleRef(hwnd, hwnd.Handle), NativeMethods.GA_ROOT);
331
UnsafeNativeMethods
.MapWindowPoints(new HandleRef(fromControl, fromControl.Handle), new HandleRef(toControl, toControl.Handle), pt, 1);