Searched refs:ControlChain_Impl (Results 1 – 2 of 2) sorted by relevance
407 struct ControlChain_Impl struct410 ControlChain_Impl* _pNext; argument413 ControlChain_Impl( Window* pControl, ControlChain_Impl* pNext ); argument414 ~ControlChain_Impl();419 ControlChain_Impl::ControlChain_Impl in ControlChain_Impl() function in ControlChain_Impl422 ControlChain_Impl* pNext in ControlChain_Impl()432 ControlChain_Impl::~ControlChain_Impl() in ~ControlChain_Impl()3210 ControlChain_Impl* pElement = _pUserControls; in ReleaseOwnerShip()3227 ControlChain_Impl* pElement = _pUserControls; in AddControl()3345 _pUserControls = new ControlChain_Impl( pControl, _pUserControls ); in AddControl()
58 struct ControlChain_Impl;96 ControlChain_Impl* _pUserControls;
Completed in 35 milliseconds