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)
51
if (
_inputScope
!= null)
54
count =
_inputScope
.Names.Count;
66
Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)
_inputScope
.Names[i]).NameValue);
82
count =
_inputScope
== null ? 0 :
_inputScope
.PhraseList.Count;
98
pbstr = Marshal.StringToBSTR(((InputScopePhrase)
_inputScope
.PhraseList[i]).Name);
123
if (
_inputScope
!= null)
125
desc =
_inputScope
.RegularExpression;
135
if (
_inputScope
!= null)
137
desc =
_inputScope
.SrgsMarkup;