2 implementations of Shared
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1605
bool IBamlDictionaryKey.
Shared
1776
bool IBamlDictionaryKey.
Shared
4 writes to Shared
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1520
((IBamlDictionaryKey)this).
Shared
= bamlBinaryReader.ReadBoolean();
1706
((IBamlDictionaryKey)this).
Shared
= bamlBinaryReader.ReadBoolean();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
535
newRecord.
Shared
= oldRecord.Shared;
627
defKeyRecord.
Shared
= Boolean.Parse(xamlDefNode.Value);
4 references to Shared
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1407
info.Value = dictKey.
Shared
.ToString();
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1531
bamlBinaryWriter.Write(((IBamlDictionaryKey)this).
Shared
);
1718
bamlBinaryWriter.Write(((IBamlDictionaryKey)this).
Shared
);
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
535
newRecord.Shared = oldRecord.
Shared
;