2 implementations of Shared
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1569
bool IBamlDictionaryKey.
Shared
1736
bool IBamlDictionaryKey.
Shared
4 writes to Shared
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (2)
1484
((IBamlDictionaryKey)this).
Shared
= bamlBinaryReader.ReadBoolean();
1666
((IBamlDictionaryKey)this).
Shared
= bamlBinaryReader.ReadBoolean();
System\Windows\Markup\BamlRecordWriter.cs (2)
524
newRecord.
Shared
= oldRecord.Shared;
615
defKeyRecord.
Shared
= Boolean.Parse(xamlDefNode.Value);
4 references to Shared
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
1385
info.Value = dictKey.
Shared
.ToString();
System\Windows\Markup\BamlRecords.cs (2)
1495
bamlBinaryWriter.Write(((IBamlDictionaryKey)this).
Shared
);
1678
bamlBinaryWriter.Write(((IBamlDictionaryKey)this).
Shared
);
System\Windows\Markup\BamlRecordWriter.cs (1)
524
newRecord.Shared = oldRecord.
Shared
;