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