3 references to CreateContext
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
211
PenContext newContext = _stylusLogic.TabletDevices[(int)index].As<WispTabletDevice>().
CreateContext
(_inputSource.Handle, this);
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
666
ctxs[i++] = tablet.As<WispTabletDevice>().
CreateContext
(hwnd, contexts);
676
ctxs[i++] = tablet.As<WispTabletDevice>().
CreateContext
(hwnd, contexts);