2 writes to PendingInputItems
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (2)
1607threadLocalStore.PendingInputItems = new ArrayList(1); 1652threadLocalStore.PendingInputItems = null;
7 references to PendingInputItems
PresentationFramework (7)
System\windows\Documents\TextEditorTyping.cs (7)
166if (threadLocalStore.PendingInputItems != null) 170for (int i = 0; i < threadLocalStore.PendingInputItems.Count; i++) 172((InputItem)threadLocalStore.PendingInputItems[i]).Do(); 181threadLocalStore.PendingInputItems.Clear(); 1605if (threadLocalStore.PendingInputItems == null) 1611threadLocalStore.PendingInputItems.Add(item); 1644Invariant.Assert(threadLocalStore.PendingInputItems != null);