private IHandle CreateHandle(HandlePositions position, Func <ReshapeHandlerBase> reshapeHandlerFactory) { var reshapeHandler = reshapeHandlerFactory.Invoke(); var handle = new NodeGroupHandle(InputModeContext, position, reshapeHandler, Margins); reshapeHandler.Handle = handle; return(handle); }
public HandleLocation(NodeGroupHandle nodeGroupHandle) { outerThis = nodeGroupHandle; }