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