2 types derived from InputItem
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (2)
1687private class TextInputItem : InputItem 1715private class KeyUpInputItem : InputItem
2 references to InputItem
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (2)
159((InputItem)threadLocalStore.PendingInputItems[i]).Do(); 1569private static void ScheduleInput(TextEditor This, InputItem item)