6 references to D9
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
237
else if(( key >= Key.D0 && key <= Key.
D9
) || ( key >= Key.A && key <= Key.Z ))
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
976
case Key.
D9
: return 0x09;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
270
if (((e.Key >= Key.A && e.Key <= Key.Z) || (e.Key >= Key.D0 && e.Key <= Key.
D9
)) &&
WindowsBase (3)
Base\System\Windows\Input\KeyConverter.cs (1)
126
if (key >= Key.D0 && key <= Key.
D9
)
Base\System\Windows\Input\KeyInterop.cs (2)
187
key = Key.
D9
;
882
case Key.
D9
: