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