5 references to KeyString
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1213
if (!String.IsNullOrEmpty(record.
KeyString
))
1215
_xamlNodesWriter.WriteValue(record.
KeyString
);
1268
_xamlNodesWriter.WriteValue(keyRecord.
KeyString
);
System\Windows\ResourceDictionary.cs (2)
1185
if (key.
KeyString
!= null)
1187
return key.
KeyString
;