2 writes to ID
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
10233
listTableEntry.
ID
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
192
listTableEntry.
ID
= i + 1;
3 references to ID
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (1)
4341
if (entry.
ID
== id)
System\Windows\Documents\XamlToRtfWriter.cs (2)
588
_rtfBuilder.Append(listTableEntry.
ID
.ToString(CultureInfo.InvariantCulture));
639
_rtfBuilder.Append(listTableEntry.
ID
.ToString(CultureInfo.InvariantCulture));