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)
72
if (
_inputScope
!= null)
75
count =
_inputScope
.Names.Count;
87
Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)
_inputScope
.Names[i]).NameValue);
108
count =
_inputScope
== null ? 0 :
_inputScope
.PhraseList.Count;
124
pbstr = Marshal.StringToBSTR(((InputScopePhrase)
_inputScope
.PhraseList[i]).Name);
149
if (
_inputScope
!= null)
151
desc =
_inputScope
.RegularExpression;
161
if (
_inputScope
!= null)
163
desc =
_inputScope
.SrgsMarkup;