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