4 references to Names
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputScopeConverter.cs (2)
127
inputScope.
Names
.Add(new InputScopeName(sn));
158
return Enum.GetName(typeof(InputScopeNameValue), ((InputScopeName)inputScope.
Names
[0]).NameValue);
PresentationFramework (2)
src\Framework\System\Windows\Documents\InputScopeAttribute.cs (2)
75
count = _inputScope.
Names
.Count;
87
Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)_inputScope.
Names
[i]).NameValue);