2 writes to ID
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
10317listOverride.ID = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
183listOverride.ID = i + 1;
2 references to ID
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
11254ListTableEntry lte = _converterState.ListTable.FindEntry(lo.ID);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
659_rtfBuilder.Append(lo.ID.ToString(CultureInfo.InvariantCulture));