8 references to D0
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)
967
case Key.
D0
: return 0x00;
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 (5)
Base\System\Windows\Input\KeyConverter.cs (3)
126
if (key >= Key.
D0
&& key <= Key.D9)
128
return Char.ToString((char)(int)(key - Key.
D0
+ '0'));
158
return ((int)(Key)(Key.
D0
+ keyToken[0] - '0'));
Base\System\Windows\Input\KeyInterop.cs (2)
151
key = Key.
D0
;
846
case Key.
D0
: