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)
37Debug.Assert(_ipp == null, "Initialize called twice"); 41if (_ipp == null) 55Debug.Assert(_ipp != null, "Uninitialize called without initializing"); 58Marshal.ReleaseComObject(_ipp); 69if (_ipp != null) 71if (_ipp.ChangeCurrentLanguage(value) != 0) 109_ipp.GetLanguageList(out nint ptrLanguageIDs, out int nCount); 133UnsafeNativeMethods.ITfSource source = _ipp as UnsafeNativeMethods.ITfSource; 148UnsafeNativeMethods.ITfSource source = _ipp as UnsafeNativeMethods.ITfSource;