2 writes to PendingInputItems
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (2)
1585threadLocalStore.PendingInputItems = new ArrayList(1); 1630threadLocalStore.PendingInputItems = null;
7 references to PendingInputItems
PresentationFramework (7)
System\windows\Documents\TextEditorTyping.cs (7)
153if (threadLocalStore.PendingInputItems != null) 157for (int i = 0; i < threadLocalStore.PendingInputItems.Count; i++) 159((InputItem)threadLocalStore.PendingInputItems[i]).Do(); 168threadLocalStore.PendingInputItems.Clear(); 1583if (threadLocalStore.PendingInputItems == null) 1589threadLocalStore.PendingInputItems.Add(item); 1622Invariant.Assert(threadLocalStore.PendingInputItems != null);