4 references to IsRepeat
PresentationCore (1)
System\Windows\Input\KeyboardDevice.cs (1)
818
keyDown.SetRepeat( previewKeyDown.
IsRepeat
);
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (2)
259
if (e.
IsRepeat
)
291
if (e.
IsRepeat
)
System\Windows\Input\KeyboardNavigation.cs (1)
3175
if (!keyEventArgs.
IsRepeat
)