2 writes to NameValue
PresentationCore (1)
System\Windows\Input\InputScopeNameConverter.cs (1)
107
inputScopeName.
NameValue
= nameValue;
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4873
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)
155
return Enum.GetName(((InputScopeName)inputScope.Names[0]).
NameValue
);
System\Windows\Input\InputScopeNameConverter.cs (1)
137
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)
4874
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Input.InputScopeName)target).
NameValue
; };