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