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