4 references to Handle
System.Windows.Forms (2)
System\Windows\Forms\Control.Ime.cs (1)
1044
int lcid = (int)(inputLanguage.
Handle
& (long)0xFFFF);
System\Windows\Forms\Input\InputLanguage.cs (1)
47
HKL handleOld = PInvoke.ActivateKeyboardLayout(new HKL(value.
Handle
), 0);
System.Windows.Forms.Tests (2)
System\Windows\Forms\InputLanguageTests.cs (2)
186
Assert.NotEqual(IntPtr.Zero, language.
Handle
);
194
Assert.NotEqual(IntPtr.Zero, language.
Handle
);