23 references to ListView
System.Windows.Forms (23)
winforms\Managed\System\WinForms\DrawListViewItemEventArgs.cs (2)
165
if (item.
ListView
.View == View.Details) {
169
if (!item.
ListView
.FullRowSelect && item.SubItems.Count > 0) {
winforms\Managed\System\WinForms\ListView.cs (3)
1712
if (value.
ListView
!= this)
4747
if(item.
ListView
== this) {
6791
if (item != null && item.
ListView
== owner && item.Checked) {
winforms\Managed\System\WinForms\ListViewGroup.cs (3)
515
if (item.
ListView
!= null && item.
ListView
!= this.listView) {
623
if (item.
ListView
== this.listView) {
winforms\Managed\System\WinForms\ListViewGroupConverter.cs (4)
69
if (item != null && item.
ListView
!= null) {
71
foreach(ListViewGroup group in item.
ListView
.Groups) {
129
if (item != null && item.
ListView
!= null) {
131
foreach (ListViewGroup group in item.
ListView
.Groups) {
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (5)
101
if (item.
ListView
!= null && item.
ListView
!= this.group.ListView) {
168
if (item.
ListView
!= null && item.
ListView
.IsHandleCreated && !item.
ListView
.InsertingItemsNatively) {
winforms\Managed\System\WinForms\ListViewItem.cs (6)
957
ListView lv =
ListView
;
1033
return this.
ListView
.FindNearestItem(searchDirection, r.Left, r.Top);
1035
return this.
ListView
.FindNearestItem(searchDirection, r.Left, r.Bottom);
1037
return this.
ListView
.FindNearestItem(searchDirection, r.Left, r.Top);
1039
return this.
ListView
.FindNearestItem(searchDirection, r.Right, r.Top);
1204
foreach (ListViewGroup lvg in
ListView
.Groups) {