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