39 references to HybridDictionary
PresentationFramework (1)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
267
_dict = new
HybridDictionary
(true);
System (1)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (1)
247
cachedFoundProperties = new
HybridDictionary
(ignoreCase);
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (3)
3431
HybridDictionary locationConfigPaths = new
HybridDictionary
(true);
3444
locationSectionRecordDictionary = new
HybridDictionary
(false);
4499
_streamInfos = new
HybridDictionary
(true);
System\Configuration\MgmtConfigurationRecord.cs (1)
86
_streamInfoUpdates = new
HybridDictionary
(true);
System\Configuration\updateconfighost.cs (1)
49
_streams = new
HybridDictionary
(true);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (2)
342
sourceDependencies = new
HybridDictionary
(true);
664
linkedAssemblies = new
HybridDictionary
(false);
System.Web (23)
Compilation\BuildManagerHost.cs (1)
623
_stringDictionary = new
HybridDictionary
(true);
FileChangesMonitor.cs (1)
239
Aliases = new
HybridDictionary
(true);
Security\RolePrincipal.cs (2)
169
_Roles = new
HybridDictionary
(true);
368
_Roles = new
HybridDictionary
(true);
UI\ControlBuilder.cs (1)
1817
IDictionary filteredEntries = new
HybridDictionary
(true);
UI\CssStyleCollection.cs (1)
301
_table = new
HybridDictionary
(true);
UI\ObjectPersistData.cs (3)
43
_propertyTableByFilter = new
HybridDictionary
(true);
44
_propertyTableByProperty = new
HybridDictionary
(true);
142
filteredProperties = new
HybridDictionary
(true);
UI\StateBag.cs (1)
149
return new
HybridDictionary
(ignoreCase);
UI\WebParts\BlobPersonalizationState.cs (4)
94
_userState = new
HybridDictionary
(/* caseInsensitive */ false);
110
_personalizedControls = new
HybridDictionary
(/* caseInsensitive */ false);
570
deserializedData = new
HybridDictionary
(/* caseInsensitive */ false);
585
_extractedState = new
HybridDictionary
(/* caseInsensitive */ false);
UI\WebParts\PersonalizableAttribute.cs (1)
212
propertyBag = new
HybridDictionary
(/* caseInsensitive */ false);
UI\WebParts\PersonalizableTypeEntry.cs (1)
56
_propertyEntries = new
HybridDictionary
(/* caseInsensitive */ false);
UI\WebParts\PersonalizationDictionary.cs (1)
19
_dictionary = new
HybridDictionary
(/* caseInsensitive */ true);
UI\WebParts\PersonalizationStateQuery.cs (1)
28
_data = new
HybridDictionary
(true);
UI\WebParts\WebPartManager.cs (4)
219
_partAndChildControlIDs = new
HybridDictionary
(true /* caseInsensitive */);
220
_zoneIDs = new
HybridDictionary
(true /* caseInsensitive */);
1492
HybridDictionary connectionIDs = new
HybridDictionary
(true /* caseInsensitive */);
2288
_partsForZone = new
HybridDictionary
(true /* caseInsensitive */);
Util\ObjectSet.cs (1)
178
_objects = new System.Collections.Specialized.
HybridDictionary
(CaseInsensitive);
System.Web.Mobile (6)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
39
new
HybridDictionary
(true /* make case-insensitive */ );
879
_cacheBuffer = new
HybridDictionary
(
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
42
new
HybridDictionary
(true /* make case-insensitive */);
473
_cacheBuffer = new
HybridDictionary
(
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
458
HybridDictionary duplicateNamesHash = new
HybridDictionary
(
UI\MobileControls\LiteralTextParser.cs (1)
540
dictionary = new
HybridDictionary
(true);
WindowsBase (1)
Base\System\ComponentModel\PropertyChangedEventManager.cs (1)
405
dict = new
HybridDictionary
(true /* case insensitive */);