3 writes to _ipp
PresentationCore (3)
System\Windows\Input\InputProcessorProfiles.cs (3)
46_ipp = null; 67_ipp = InputProcessorProfilesLoader.Load(); 87_ipp = null;
9 references to _ipp
PresentationCore (9)
System\Windows\Input\InputProcessorProfiles.cs (9)
65Debug.Assert(_ipp == null, "Initialize called twice"); 69if (_ipp == null) 83Debug.Assert(_ipp != null, "Uninitialize called without initializing"); 86Marshal.ReleaseComObject(_ipp); 105if (_ipp != null) 107if (_ipp.ChangeCurrentLanguage(value) != 0) 150_ipp.GetLanguageList(out langids, out nCount); 183UnsafeNativeMethods.ITfSource source = _ipp as UnsafeNativeMethods.ITfSource; 198UnsafeNativeMethods.ITfSource source = _ipp as UnsafeNativeMethods.ITfSource;