3 writes to _ipp
PresentationCore (3)
System\Windows\Input\InputProcessorProfiles.cs (3)
26
_ipp
= null;
39
_ipp
= InputProcessorProfilesLoader.Load();
59
_ipp
= null;
9 references to _ipp
PresentationCore (9)
System\Windows\Input\InputProcessorProfiles.cs (9)
37
Debug.Assert(
_ipp
== null, "Initialize called twice");
41
if (
_ipp
== null)
55
Debug.Assert(
_ipp
!= null, "Uninitialize called without initializing");
58
Marshal.ReleaseComObject(
_ipp
);
69
if (
_ipp
!= null)
71
if (
_ipp
.ChangeCurrentLanguage(value) != 0)
109
_ipp
.GetLanguageList(out nint ptrLanguageIDs, out int nCount);
133
UnsafeNativeMethods.ITfSource source =
_ipp
as UnsafeNativeMethods.ITfSource;
148
UnsafeNativeMethods.ITfSource source =
_ipp
as UnsafeNativeMethods.ITfSource;