1 write to ID
PresentationFramework (1)
System\Windows\Documents\XamlToRtfWriter.cs (1)
190listTableEntry.ID = i + 1;
4 references to ID
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (2)
4338if (entry.ID == id) 10231listTableEntry?.ID = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (2)
586_rtfBuilder.Append(listTableEntry.ID.ToString(CultureInfo.InvariantCulture)); 637_rtfBuilder.Append(listTableEntry.ID.ToString(CultureInfo.InvariantCulture));