2 writes to ID
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
10325listTableEntry.ID = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
193listTableEntry.ID = i + 1;
3 references to ID
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
4400if (entry.ID == id)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
589_rtfBuilder.Append(listTableEntry.ID.ToString(CultureInfo.InvariantCulture)); 640_rtfBuilder.Append(listTableEntry.ID.ToString(CultureInfo.InvariantCulture));