Implemented interface member:
property
Keys
System.Collections.IDictionary.Keys
18 references to Keys
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XmlnsCache.cs (1)
105
foreach(string assemblyName in _assemblyPathTable.
Keys
)
PresentationFramework (9)
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
637
foreach (object o in asyncDispatchers.
Keys
)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
466
ICollection ic = _dict.
Keys
;
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (1)
164
ICollection ic = dict.
Keys
;
src\Framework\MS\Internal\Data\ValueTable.cs (1)
273
ICollection keys = _table.
Keys
;
src\Framework\MS\Internal\Data\ViewManager.cs (1)
778
_inactiveViewTables.
Keys
.CopyTo(keys, 0);
src\Framework\System\Windows\Documents\AdornerLayer.cs (2)
222
foreach (UIElement key in ElementMap.
Keys
)
807
ICollection keyCollection = ElementMap.
Keys
;
src\Framework\System\Windows\StyleHelper.cs (2)
1712
foreach (object o in dataTriggerRecordFromBinding.
Keys
)
1732
foreach (object o in dataTriggersWithActions.
Keys
)
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (2)
177
return linkedAssemblies.
Keys
;
190
return sourceDependencies.
Keys
;
System.Web (4)
Security\RolePrincipal.cs (2)
314
foreach (string role in _Roles.
Keys
)
417
foreach(object role in _Roles.
Keys
)
UI\Page.cs (1)
2953
foreach (Control cleared in _registeredControlsRequiringClearChildControlState.
Keys
) {
UI\WebParts\PersonalizationDictionary.cs (1)
52
return _dictionary.
Keys
;
WindowsBase (2)
Base\System\ComponentModel\PropertyChangedEventManager.cs (1)
149
ICollection ic = dict.
Keys
;
Base\System\Windows\NameScope.cs (1)
375
foreach (string key in _nameMap.
Keys
)