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)
50
if (
_inputScope
!= null)
53
count =
_inputScope
.Names.Count;
65
Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)
_inputScope
.Names[i]).NameValue);
81
count =
_inputScope
== null ? 0 :
_inputScope
.PhraseList.Count;
97
pbstr = Marshal.StringToBSTR(((InputScopePhrase)
_inputScope
.PhraseList[i]).Name);
122
if (
_inputScope
!= null)
124
desc =
_inputScope
.RegularExpression;
134
if (
_inputScope
!= null)
136
desc =
_inputScope
.SrgsMarkup;