2 writes to PendingInputItems
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (2)
1598threadLocalStore.PendingInputItems = new ArrayList(1); 1643threadLocalStore.PendingInputItems = null;
7 references to PendingInputItems
PresentationFramework (7)
System\windows\Documents\TextEditorTyping.cs (7)
157if (threadLocalStore.PendingInputItems != null) 161for (int i = 0; i < threadLocalStore.PendingInputItems.Count; i++) 163((InputItem)threadLocalStore.PendingInputItems[i]).Do(); 172threadLocalStore.PendingInputItems.Clear(); 1596if (threadLocalStore.PendingInputItems == null) 1602threadLocalStore.PendingInputItems.Add(item); 1635Invariant.Assert(threadLocalStore.PendingInputItems != null);