1 write to _inputScope
PresentationFramework (1)
src\Framework\System\Windows\Documents\InputScopeAttribute.cs (1)
49_inputScope= inputscope;
10 references to _inputScope
PresentationFramework (10)
src\Framework\System\Windows\Documents\InputScopeAttribute.cs (10)
72if (_inputScope != null) 75count = _inputScope.Names.Count; 87Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)_inputScope.Names[i]).NameValue); 108count = _inputScope == null ? 0 : _inputScope.PhraseList.Count; 124pbstr = Marshal.StringToBSTR(((InputScopePhrase)_inputScope.PhraseList[i]).Name); 149if (_inputScope != null) 151desc = _inputScope.RegularExpression; 161if (_inputScope != null) 163desc = _inputScope.SrgsMarkup;