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