2 overrides of Contains
System.Collections.NonGeneric (1)
System\Collections\Stack.cs (1)
248public override bool Contains(object? obj)
System.Diagnostics.TraceSource (1)
System\Diagnostics\CorrelationManager.cs (1)
71public override bool Contains(object? obj)
2 references to Contains
PresentationFramework (1)
System\Windows\Style.cs (1)
580if( basedOnHierarchy.Contains( latestBasedOn ) )
System.Collections.NonGeneric (1)
System\Collections\Stack.cs (1)
252return _s.Contains(obj);