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