1 write to _inputScope
PresentationFramework (1)
System\Windows\Documents\InputScopeAttribute.cs (1)
34_inputScope= inputscope;
10 references to _inputScope
PresentationFramework (10)
System\Windows\Documents\InputScopeAttribute.cs (10)
51if (_inputScope != null) 54count = _inputScope.Names.Count; 66Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)_inputScope.Names[i]).NameValue); 82count = _inputScope == null ? 0 : _inputScope.PhraseList.Count; 98pbstr = Marshal.StringToBSTR(((InputScopePhrase)_inputScope.PhraseList[i]).Name); 123if (_inputScope != null) 125desc = _inputScope.RegularExpression; 135if (_inputScope != null) 137desc = _inputScope.SrgsMarkup;