4 references to IsRepeat
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
824
keyDown.SetRepeat( previewKeyDown.
IsRepeat
);
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (2)
256
if (e.
IsRepeat
)
288
if (e.
IsRepeat
)
System\Windows\Input\KeyboardNavigation.cs (1)
3171
if (!keyEventArgs.
IsRepeat
)