2 implementations of Shared
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1605bool IBamlDictionaryKey.Shared 1776bool IBamlDictionaryKey.Shared
4 writes to Shared
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1520((IBamlDictionaryKey)this).Shared = bamlBinaryReader.ReadBoolean(); 1706((IBamlDictionaryKey)this).Shared = bamlBinaryReader.ReadBoolean();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
535newRecord.Shared = oldRecord.Shared; 627defKeyRecord.Shared = Boolean.Parse(xamlDefNode.Value);
4 references to Shared
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1407info.Value = dictKey.Shared.ToString();
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1531bamlBinaryWriter.Write(((IBamlDictionaryKey)this).Shared); 1718bamlBinaryWriter.Write(((IBamlDictionaryKey)this).Shared);
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
535newRecord.Shared = oldRecord.Shared;