2 implementations of SharedSet
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1619
bool IBamlDictionaryKey.
SharedSet
1791
bool IBamlDictionaryKey.
SharedSet
4 writes to SharedSet
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1521
((IBamlDictionaryKey)this).
SharedSet
= bamlBinaryReader.ReadBoolean();
1707
((IBamlDictionaryKey)this).
SharedSet
= bamlBinaryReader.ReadBoolean();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
536
newRecord.
SharedSet
= oldRecord.SharedSet;
628
defKeyRecord.
SharedSet
= true;
4 references to SharedSet
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1403
if (!dictKey.
SharedSet
)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1532
bamlBinaryWriter.Write(((IBamlDictionaryKey)this).
SharedSet
);
1719
bamlBinaryWriter.Write(((IBamlDictionaryKey)this).
SharedSet
);
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
536
newRecord.SharedSet = oldRecord.
SharedSet
;