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