* ListViewItem.cs: When retrieving the focused state, the index check
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Mon, 15 Oct 2007 03:09:01 +0000 (03:09 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Mon, 15 Oct 2007 03:09:01 +0000 (03:09 -0000)
commit9f2091611f11777ed8f644cdb94fd9a9dc97d939
tree00691e083ac7224bdc508cb6c13542b8b412a52a
parent29de5dade21eebfd06298309876e6d38229b0b37
* ListViewItem.cs: When retrieving the focused state, the index check
should be done only when ListView is in virtualmode, as it is an
expensive check for normal mode.

2007-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>

svn path=/trunk/mcs/; revision=87469
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItem.cs