1 instantiation of UpdateRecord
PresentationFramework (1)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1246
UpdateRecord ur = new
UpdateRecord
();
6 references to UpdateRecord
PresentationFramework (6)
MS\Internal\PtsHost\ContainerParagraph.cs (5)
1131
UpdateRecord
ur;
1140
UpdateRecord
urPrev = null;
1241
private
UpdateRecord
UpdateRecordFromDtr(
1246
UpdateRecord
ur = new UpdateRecord();
1324
private
UpdateRecord
_ur;
MS\Internal\PtsHost\UpdateRecord.cs (1)
77
internal
UpdateRecord
Next;