1 write to _inputScope
PresentationFramework (1)
System\Windows\Documents\InputScopeAttribute.cs (1)
33_inputScope= inputscope;
10 references to _inputScope
PresentationFramework (10)
System\Windows\Documents\InputScopeAttribute.cs (10)
50if (_inputScope != null) 53count = _inputScope.Names.Count; 65Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)_inputScope.Names[i]).NameValue); 81count = _inputScope == null ? 0 : _inputScope.PhraseList.Count; 97pbstr = Marshal.StringToBSTR(((InputScopePhrase)_inputScope.PhraseList[i]).Name); 122if (_inputScope != null) 124desc = _inputScope.RegularExpression; 134if (_inputScope != null) 136desc = _inputScope.SrgsMarkup;