2 implementations of SharedSet
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1583bool IBamlDictionaryKey.SharedSet 1750bool IBamlDictionaryKey.SharedSet
4 writes to SharedSet
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (2)
1485((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean(); 1667((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean();
System\Windows\Markup\BamlRecordWriter.cs (2)
525newRecord.SharedSet = oldRecord.SharedSet; 616defKeyRecord.SharedSet = true;
4 references to SharedSet
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1381if (!dictKey.SharedSet)
System\Windows\Markup\BamlRecords.cs (2)
1496bamlBinaryWriter.Write(((IBamlDictionaryKey)this).SharedSet); 1679bamlBinaryWriter.Write(((IBamlDictionaryKey)this).SharedSet);
System\Windows\Markup\BamlRecordWriter.cs (1)
525newRecord.SharedSet = oldRecord.SharedSet;