1 instantiation of InputLanguageCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\InputLanguage.cs (1)
127return new InputLanguageCollection(ils);
5 references to InputLanguageCollection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\InputLanguage.cs (1)
116public static InputLanguageCollection InstalledInputLanguages {
winforms\Managed\System\WinForms\InputLanguageCollection.cs (4)
23/// Initializes a new instance of <see cref='System.Windows.Forms.InputLanguageCollection'/> containing any array of <see cref='System.Windows.Forms.InputLanguage'/> objects. 43/// <see cref='System.Windows.Forms.InputLanguageCollection'/> contains the specified <see cref='System.Windows.Forms.InputLanguage'/>.</para> 51/// <para>Copies the <see cref='System.Windows.Forms.InputLanguageCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 61/// the <see cref='System.Windows.Forms.InputLanguageCollection'/> .</para>