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