3 writes to _ipp
PresentationCore (3)
System\Windows\Input\InputLanguageSource.cs (3)
86
_ipp
= null;
194
_ipp
= new InputProcessorProfiles();
198
_ipp
= null;
8 references to _ipp
PresentationCore (8)
System\Windows\Input\InputLanguageSource.cs (8)
66
if (
_ipp
!= null)
85
_ipp
?.Uninitialize();
121
if (
_ipp
== null)
124
return
_ipp
.InputLanguageList;
182
if (
_ipp
!= null)
190
Debug.Assert(
_ipp
== null, "_EnsureInputProcesoorProfile has been called.");
196
if (!
_ipp
.Initialize(lpns))
221
_ipp
?.CurrentInputLanguage = value;