2 implementations of Shared
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1563bool IBamlDictionaryKey.Shared 1730bool IBamlDictionaryKey.Shared
4 writes to Shared
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (2)
1478((IBamlDictionaryKey)this).Shared = bamlBinaryReader.ReadBoolean(); 1660((IBamlDictionaryKey)this).Shared = bamlBinaryReader.ReadBoolean();
System\Windows\Markup\BamlRecordWriter.cs (2)
524newRecord.Shared = oldRecord.Shared; 613defKeyRecord.Shared = Boolean.Parse(xamlDefNode.Value);
4 references to Shared
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1400Value = dictKey.Shared.ToString(),
System\Windows\Markup\BamlRecords.cs (2)
1489bamlBinaryWriter.Write(((IBamlDictionaryKey)this).Shared); 1672bamlBinaryWriter.Write(((IBamlDictionaryKey)this).Shared);
System\Windows\Markup\BamlRecordWriter.cs (1)
524newRecord.Shared = oldRecord.Shared;