2 writes to ID
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
10234listTableEntry.ID = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
192listTableEntry.ID = i + 1;
3 references to ID
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (1)
4341if (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));