For this data member, the documentation (August) has:
BufferCount
The number of buffers in the swapchain (including the front buffer). So does this mean for double buffering you specify 2? In D3D9 you only specified the number of back buffers, so I wonder if this is a documentation error or not.