2 implementations of SharedSet
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1576bool IBamlDictionaryKey.SharedSet 1743bool IBamlDictionaryKey.SharedSet
4 writes to SharedSet
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (2)
1478((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean(); 1660((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean();
System\Windows\Markup\BamlRecordWriter.cs (2)
524newRecord.SharedSet = oldRecord.SharedSet; 613defKeyRecord.SharedSet = true;
4 references to SharedSet
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1394if (!dictKey.SharedSet)
System\Windows\Markup\BamlRecords.cs (2)
1489bamlBinaryWriter.Write(((IBamlDictionaryKey)this).SharedSet); 1672bamlBinaryWriter.Write(((IBamlDictionaryKey)this).SharedSet);
System\Windows\Markup\BamlRecordWriter.cs (1)
524newRecord.SharedSet = oldRecord.SharedSet;