2 implementations of SharedSet
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1577bool IBamlDictionaryKey.SharedSet 1744bool IBamlDictionaryKey.SharedSet
4 writes to SharedSet
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (2)
1479((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean(); 1661((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean();
System\Windows\Markup\BamlRecordWriter.cs (2)
525newRecord.SharedSet = oldRecord.SharedSet; 614defKeyRecord.SharedSet = true;
4 references to SharedSet
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1395if (!dictKey.SharedSet)
System\Windows\Markup\BamlRecords.cs (2)
1490bamlBinaryWriter.Write(((IBamlDictionaryKey)this).SharedSet); 1673bamlBinaryWriter.Write(((IBamlDictionaryKey)this).SharedSet);
System\Windows\Markup\BamlRecordWriter.cs (1)
525newRecord.SharedSet = oldRecord.SharedSet;