4 references to IsRepeat
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
823
keyDown.SetRepeat( previewKeyDown.
IsRepeat
);
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (2)
255
if (e.
IsRepeat
)
287
if (e.
IsRepeat
)
System\Windows\Input\KeyboardNavigation.cs (1)
3169
if (!keyEventArgs.
IsRepeat
)