3 references to KeysName
System (3)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (3)
170
info.AddValue(
KeysName
, keys, typeof(String[]));
222
case
KeysName
:
223
keys = (String[])info.GetValue(
KeysName
, typeof(String[]));