2 implementations of Shared
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1562
bool IBamlDictionaryKey.
Shared
1729
bool IBamlDictionaryKey.
Shared
4 writes to Shared
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (2)
1477
((IBamlDictionaryKey)this).
Shared
= bamlBinaryReader.ReadBoolean();
1659
((IBamlDictionaryKey)this).
Shared
= bamlBinaryReader.ReadBoolean();
System\Windows\Markup\BamlRecordWriter.cs (2)
523
newRecord.
Shared
= oldRecord.Shared;
612
defKeyRecord.
Shared
= Boolean.Parse(xamlDefNode.Value);
4 references to Shared
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1399
Value = dictKey.
Shared
.ToString(),
System\Windows\Markup\BamlRecords.cs (2)
1488
bamlBinaryWriter.Write(((IBamlDictionaryKey)this).
Shared
);
1671
bamlBinaryWriter.Write(((IBamlDictionaryKey)this).
Shared
);
System\Windows\Markup\BamlRecordWriter.cs (1)
523
newRecord.Shared = oldRecord.
Shared
;