| 222 | int m_cxColumn; |
| 223 | |
| 224 | CPropertyTreeImpl() : |
| 225 | m_hwndInplace(NULL), |
| 226 | m_iInplaceIndex(NULL), |
| 227 | m_bSeenClicks(false), |
| 228 | m_cxColumn(0) |
| 229 | { |
| 230 | m_di.dwExtStyle = 0; |
| 231 | } |
| 232 | |
| 233 | // Operations |
| 234 |
nothing calls this directly
no outgoing calls
no test coverage detected