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