2 implementations of SharedSet
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1589bool IBamlDictionaryKey.SharedSet 1756bool IBamlDictionaryKey.SharedSet
4 writes to SharedSet
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (2)
1491((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean(); 1673((IBamlDictionaryKey)this).SharedSet = bamlBinaryReader.ReadBoolean();
System\Windows\Markup\BamlRecordWriter.cs (2)
528newRecord.SharedSet = oldRecord.SharedSet; 619defKeyRecord.SharedSet = true;
4 references to SharedSet
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1391if (!dictKey.SharedSet)
System\Windows\Markup\BamlRecords.cs (2)
1502bamlBinaryWriter.Write(((IBamlDictionaryKey)this).SharedSet); 1685bamlBinaryWriter.Write(((IBamlDictionaryKey)this).SharedSet);
System\Windows\Markup\BamlRecordWriter.cs (1)
528newRecord.SharedSet = oldRecord.SharedSet;