5 references to KeyString
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1216if (!String.IsNullOrEmpty(record.KeyString)) 1218_xamlNodesWriter.WriteValue(record.KeyString); 1271_xamlNodesWriter.WriteValue(keyRecord.KeyString);
System\Windows\ResourceDictionary.cs (2)
1137if (key.KeyString != null) 1139return key.KeyString;