4 references to Names
PresentationCore (2)
System\Windows\Input\InputScopeConverter.cs (2)
124
inputScope.
Names
.Add(new InputScopeName(sn));
155
return Enum.GetName(((InputScopeName)inputScope.
Names
[0]).NameValue);
PresentationFramework (2)
System\Windows\Documents\InputScopeAttribute.cs (2)
54
count = _inputScope.
Names
.Count;
66
Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)_inputScope.
Names
[i]).NameValue);