Implemented interface member:
property
ValueId
System.Windows.Markup.IOptimizedMarkupExtension.ValueId
2 writes to ValueId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2418ValueId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1208bamlPropertyWithExtension.ValueId = valueId;
1 reference to ValueId
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2440bamlBinaryWriter.Write(ValueId);