Implemented interface member:
12 references to Contains
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceGlyphManager.cs (1)
222
if (resourceDictionary.
Contains
(EditorFormatDefinition.BackgroundColorId))
PresentationFramework (11)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
175
if (Template != null && Template.Resources.
Contains
(DayTitleTemplateResourceKey))
System\Windows\FrameworkTemplate.cs (1)
265
if ((_resources != null) && _resources.
Contains
(resourceKey))
System\Windows\Generated\FrameworkContentElement.cs (1)
164
if ((resources != null) && resources.
Contains
(resourceKey))
System\Windows\Generated\FrameworkElement.cs (1)
164
if ((resources != null) && resources.
Contains
(resourceKey))
System\Windows\ResourceDictionary.cs (2)
736
result = mergedDictionary.
Contains
(key);
1721
(mustReturnDeferredResourceReference &&
Contains
(resourceKey)))
System\Windows\ResourcesChangeInfo.cs (2)
240
if (_oldDictionaries[i].
Contains
(key))
251
if (_newDictionaries[i].
Contains
(key))
System\Windows\StaticResourceExtension.cs (1)
251
if (resourceDictionary.
Contains
(ResourceKey))
System\Windows\Style.cs (2)
340
if ((_resources != null) && _resources.
Contains
(resourceKey))
355
if (_resources != null && _resources.
Contains
(resourceKey))