Searched refs:wnd (Results 1 – 3 of 3) sorted by relevance
241 id wnd = [mView window]; in draggingEntered() local242 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingEntered()283 id wnd = [mView window]; in draggingUpdated() local284 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingUpdated()352 id wnd = [mView window]; in performDragOperation() local353 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in performDragOperation()415 id wnd = [mView window]; in initialize() local416 NSWindow* parentWnd = [wnd parentWindow]; in initialize()418 unsigned int wndStyles = [wnd styleMask] & topWndStyle; in initialize()422 [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);
Completed in 22 milliseconds