1 instantiation of SwitchElement
System (1)
compmod\system\diagnostics\SwitchElementsCollection.cs (1)
28
return new
SwitchElement
();
8 references to SwitchElement
System (8)
compmod\system\diagnostics\DiagnosticsConfiguration.cs (1)
235
foreach (
SwitchElement
swelem in configSectionSav.Switches)
compmod\system\diagnostics\Switch.cs (1)
195
SwitchElement
mySettings = switchSettings[displayName];
compmod\system\diagnostics\SwitchElementsCollection.cs (6)
12
[ConfigurationCollection(typeof(
SwitchElement
))]
15
new public
SwitchElement
this[string name] {
17
return (
SwitchElement
) BaseGet(name);
32
return ((
SwitchElement
) element).Name;
121
SwitchElement
le = sourceElement as
SwitchElement
;