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)
247cachedFoundProperties = new HybridDictionary(ignoreCase);
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (3)
3431HybridDictionary locationConfigPaths = new HybridDictionary(true); 3444locationSectionRecordDictionary = 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)
342sourceDependencies = new HybridDictionary(true); 664linkedAssemblies = new HybridDictionary(false);
System.Web (23)
Compilation\BuildManagerHost.cs (1)
623_stringDictionary = new HybridDictionary(true);
FileChangesMonitor.cs (1)
239Aliases = new HybridDictionary(true);
Security\RolePrincipal.cs (2)
169_Roles = new HybridDictionary(true); 368_Roles = new HybridDictionary(true);
UI\ControlBuilder.cs (1)
1817IDictionary 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); 142filteredProperties = new HybridDictionary(true);
UI\StateBag.cs (1)
149return new HybridDictionary(ignoreCase);
UI\WebParts\BlobPersonalizationState.cs (4)
94_userState = new HybridDictionary(/* caseInsensitive */ false); 110_personalizedControls = new HybridDictionary(/* caseInsensitive */ false); 570deserializedData = new HybridDictionary(/* caseInsensitive */ false); 585_extractedState = new HybridDictionary(/* caseInsensitive */ false);
UI\WebParts\PersonalizableAttribute.cs (1)
212propertyBag = 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 */); 1492HybridDictionary 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)
39new HybridDictionary(true /* make case-insensitive */ ); 879_cacheBuffer = new HybridDictionary(
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
42new HybridDictionary(true /* make case-insensitive */); 473_cacheBuffer = new HybridDictionary(
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
458HybridDictionary duplicateNamesHash = new HybridDictionary(
UI\MobileControls\LiteralTextParser.cs (1)
540dictionary = new HybridDictionary(true);
WindowsBase (1)
Base\System\ComponentModel\PropertyChangedEventManager.cs (1)
405dict = new HybridDictionary(true /* case insensitive */);