2 implementations of Shared
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1575bool IBamlDictionaryKey.Shared 1742bool IBamlDictionaryKey.Shared
4 writes to Shared
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (2)
1490((IBamlDictionaryKey)this).Shared = bamlBinaryReader.ReadBoolean(); 1672((IBamlDictionaryKey)this).Shared = bamlBinaryReader.ReadBoolean();
System\Windows\Markup\BamlRecordWriter.cs (2)
527newRecord.Shared = oldRecord.Shared; 618defKeyRecord.Shared = Boolean.Parse(xamlDefNode.Value);
4 references to Shared
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1395info.Value = dictKey.Shared.ToString();
System\Windows\Markup\BamlRecords.cs (2)
1501bamlBinaryWriter.Write(((IBamlDictionaryKey)this).Shared); 1684bamlBinaryWriter.Write(((IBamlDictionaryKey)this).Shared);
System\Windows\Markup\BamlRecordWriter.cs (1)
527newRecord.Shared = oldRecord.Shared;