2 writes to PendingInputItems
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (2)
1586
threadLocalStore.
PendingInputItems
= new ArrayList(1);
1631
threadLocalStore.
PendingInputItems
= null;
7 references to PendingInputItems
PresentationFramework (7)
System\windows\Documents\TextEditorTyping.cs (7)
154
if (threadLocalStore.
PendingInputItems
!= null)
158
for (int i = 0; i < threadLocalStore.
PendingInputItems
.Count; i++)
160
((InputItem)threadLocalStore.
PendingInputItems
[i]).Do();
169
threadLocalStore.
PendingInputItems
.Clear();
1584
if (threadLocalStore.
PendingInputItems
== null)
1590
threadLocalStore.
PendingInputItems
.Add(item);
1623
Invariant.Assert(threadLocalStore.
PendingInputItems
!= null);