3 writes to _ipp
PresentationCore (3)
System\Windows\Input\InputProcessorProfiles.cs (3)
45
_ipp
= null;
66
_ipp
= InputProcessorProfilesLoader.Load();
86
_ipp
= null;
9 references to _ipp
PresentationCore (9)
System\Windows\Input\InputProcessorProfiles.cs (9)
64
Debug.Assert(
_ipp
== null, "Initialize called twice");
68
if (
_ipp
== null)
82
Debug.Assert(
_ipp
!= null, "Uninitialize called without initializing");
85
Marshal.ReleaseComObject(
_ipp
);
104
if (
_ipp
!= null)
106
if (
_ipp
.ChangeCurrentLanguage(value) != 0)
149
_ipp
.GetLanguageList(out langids, out nCount);
182
UnsafeNativeMethods.ITfSource source =
_ipp
as UnsafeNativeMethods.ITfSource;
197
UnsafeNativeMethods.ITfSource source =
_ipp
as UnsafeNativeMethods.ITfSource;