Lines Matching refs:GetDataWindow
1098 pCol->ImplInitWindow( GetDataWindow(), _eInitWhat ); in ImplInitWindow()
1127 GetDataWindow().SetBackground(GetControlBackground()); in ImplInitWindow()
1128 GetDataWindow().SetControlBackground(GetControlBackground()); in ImplInitWindow()
1129 GetDataWindow().SetFillColor(GetControlBackground()); in ImplInitWindow()
1133 GetDataWindow().SetControlBackground(); in ImplInitWindow()
1134 GetDataWindow().SetFillColor(GetFillColor()); in ImplInitWindow()
2692 GetDataWindow().Disable(); in SetDesignMode()
2698 if (!GetDataWindow().IsEnabled()) in SetDesignMode()
2703 GetDataWindow().SetMouseTransparent(bMode); in SetDesignMode()
2769 return GetDataWindow().GetTextWidth(GetCurrentRowCellText(pColumn,m_xPaintRow)); in GetTotalCellWidth()
2880 if (GetDataWindow().IsMouseCaptured()) in StartDrag()
2881 GetDataWindow().ReleaseMouse(); in StartDrag()