Implemented interface member:
method
Contains
System.Collections.Generic.ICollection<T>.Contains(T)
6 references to Contains
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
1220 if (CurrentItem != null && shellItems.Contains(CurrentItem))
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
786If Not (commandLineArgs.Contains("/nosplash") OrElse Me.CommandLineArgs.Contains("-nosplash")) Then
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (1)
204return Contains((T)value!);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionList.cs (2)
38if (originalMethods.Contains(info)) 55if (originalProperties.Contains(info))
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
929if (XamlLanguage.AllTypes.Contains(type))