4 references to IsRepeat
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
827
keyDown.SetRepeat( previewKeyDown.
IsRepeat
);
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (2)
268
if (e.
IsRepeat
)
300
if (e.
IsRepeat
)
System\Windows\Input\KeyboardNavigation.cs (1)
3185
if (!keyEventArgs.
IsRepeat
)