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