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)
786
If 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)
204
return
Contains
((T)value!);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionList.cs (2)
38
if (originalMethods.
Contains
(info))
55
if (originalProperties.
Contains
(info))
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
929
if (XamlLanguage.AllTypes.
Contains
(type))