2 instantiations of Key
WindowsBase (2)
Base\MS\Internal\TraceLevelStore.cs (2)
52Key key = new Key(element); 73Key key = new Key(element, true);
11 references to Key
WindowsBase (11)
Base\MS\Internal\TraceLevelStore.cs (11)
52Key key = new Key(element); 73Key key = new Key(element, true); 94private static Dictionary<Key,PresentationTraceLevel> _dictionary = new Dictionary<Key,PresentationTraceLevel>(); 132if (o is Key) 135Key that = (Key)o; 156public static bool operator==(Key key1, Key key2) 161public static bool operator!=(Key key1, Key key2)