2 writes to NameValue
PresentationCore (1)
System\Windows\Input\InputScopeNameConverter.cs (1)
108NameValue = nameValue
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5174SetDelegate = delegate (object target, object value) { ((System.Windows.Input.InputScopeName)target).NameValue = (System.Windows.Input.InputScopeNameValue)value; },
4 references to NameValue
PresentationCore (2)
System\Windows\Input\InputScopeConverter.cs (1)
155return Enum.GetName(((InputScopeName)inputScope.Names[0]).NameValue);
System\Windows\Input\InputScopeNameConverter.cs (1)
139return Enum.GetName(inputScopeName.NameValue);
PresentationFramework (2)
System\Windows\Documents\InputScopeAttribute.cs (1)
66Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)_inputScope.Names[i]).NameValue);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5175GetDelegate = delegate (object target) { return ((System.Windows.Input.InputScopeName)target).NameValue; }