2 writes to ID
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
10232
listTableEntry.
ID
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
191
listTableEntry.
ID
= i + 1;
3 references to ID
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (1)
4340
if (entry.
ID
== id)
System\Windows\Documents\XamlToRtfWriter.cs (2)
587
_rtfBuilder.Append(listTableEntry.
ID
.ToString(CultureInfo.InvariantCulture));
638
_rtfBuilder.Append(listTableEntry.
ID
.ToString(CultureInfo.InvariantCulture));