3 writes to _ipp
PresentationCore (3)
System\Windows\Input\InputLanguageSource.cs (3)
88
_ipp
= null;
197
_ipp
= new InputProcessorProfiles();
201
_ipp
= null;
9 references to _ipp
PresentationCore (9)
System\Windows\Input\InputLanguageSource.cs (9)
66
if (
_ipp
!= null)
85
if (
_ipp
!= null)
87
_ipp
.Uninitialize();
124
if (
_ipp
== null)
127
return
_ipp
.InputLanguageList;
185
if (
_ipp
!= null)
193
Debug.Assert(
_ipp
== null, "_EnsureInputProcesoorProfile has been called.");
199
if (!
_ipp
.Initialize(lpns))
224
_ipp
?.CurrentInputLanguage = value;