4 references to Default
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputScope.cs (1)
208
case InputScopeNameValue.
Default
: break; // = 0, // IS_DEFAULT
Core\CSharp\System\Windows\Input\InputScopeConverter.cs (1)
109
InputScopeNameValue sn = InputScopeNameValue.
Default
;
Core\CSharp\System\Windows\Input\InputScopeNameConverter.cs (1)
96
InputScopeNameValue nameValue = InputScopeNameValue.
Default
;
PresentationFramework (1)
src\Framework\System\Windows\Documents\InputScopeAttribute.cs (1)
94
Marshal.WriteInt32(ppinputscopes, (Int32)InputScopeNameValue.
Default
);