1 write to _inputScope
PresentationFramework (1)
System\Windows\Documents\InputScopeAttribute.cs (1)
42_inputScope= inputscope;
10 references to _inputScope
PresentationFramework (10)
System\Windows\Documents\InputScopeAttribute.cs (10)
59if (_inputScope != null) 62count = _inputScope.Names.Count; 74Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)_inputScope.Names[i]).NameValue); 90count = _inputScope == null ? 0 : _inputScope.PhraseList.Count; 106pbstr = Marshal.StringToBSTR(((InputScopePhrase)_inputScope.PhraseList[i]).Name); 131if (_inputScope != null) 133desc = _inputScope.RegularExpression; 143if (_inputScope != null) 145desc = _inputScope.SrgsMarkup;