1 instantiation of InputPane
PresentationCore (1)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (1)
140return new InputPane(source?.CriticalHandle ?? null);
5 references to InputPane
PresentationCore (5)
MS\Internal\Interop\TipTsfHelper.cs (4)
113InputPane ip; 117using (ip = InputPane.GetForWindow(GetHwndSource(focusedObject))) 142InputPane ip; 146using (ip = InputPane.GetForWindow(GetHwndSource(focusedObject)))
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (1)
138internal static InputPane GetForWindow(HwndSource source)