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