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