Searched refs:wnd (Results 1 – 3 of 3) sorted by relevance
239 id wnd = [mView window]; in draggingEntered() local240 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingEntered()281 id wnd = [mView window]; in draggingUpdated() local282 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingUpdated()350 id wnd = [mView window]; in performDragOperation() local351 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in performDragOperation()413 id wnd = [mView window]; in initialize() local414 NSWindow* parentWnd = [wnd parentWindow]; in initialize()416 unsigned int wndStyles = [wnd styleMask] & topWndStyle; in initialize()420 [wnd registerDraggingDestinationHandler:mDropTargetHelper]; in initialize()[all …]
44 CAxWindow wnd(m_hWnd); in OnCreate() local46 HRESULT hr= wnd.CreateControlEx( controlName, NULL, NULL,&spControl.p); in OnCreate()
1199 CAxWindow wnd(hwnd);1201 - wnd.QueryHost(&spDispatch);1202 + wnd.QueryHost(IID_IAxWinAmbientDispatch, (void**)&spDispatch);