1 instantiation of InputLanguageCollection
System.Windows.Forms (1)
System\Windows\Forms\Input\InputLanguage.cs (1)
95return new InputLanguageCollection(ils);
6 references to InputLanguageCollection
System.Windows.Forms (5)
System\Windows\Forms\Input\InputLanguage.cs (1)
76public static unsafe InputLanguageCollection InstalledInputLanguages
System\Windows\Forms\Input\InputLanguageCollection.cs (4)
14/// Initializes a new instance of <see cref="InputLanguageCollection"/> containing any array of 32/// <see cref="InputLanguageCollection"/> contains the specified <see cref="InputLanguage"/>. 37/// Copies the <see cref="InputLanguageCollection"/> values to a one-dimensional <see cref="Array"/> instance at the 44/// the <see cref="InputLanguageCollection"/> .
System.Windows.Forms.Tests (1)
System\Windows\Forms\InputLanguageTests.cs (1)
16InputLanguageCollection collection = InputLanguage.InstalledInputLanguages;