5 references to KeyString
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1231
if (!String.IsNullOrEmpty(record.
KeyString
))
1233
_xamlNodesWriter.WriteValue(record.
KeyString
);
1286
_xamlNodesWriter.WriteValue(keyRecord.
KeyString
);
src\Framework\System\Windows\ResourceDictionary.cs (2)
1142
if (key.
KeyString
!= null)
1144
return key.
KeyString
;