2 writes to imageList
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
640
imageList
= value;
1704
imageList
= null;
21 references to imageList
System.Windows.Forms (21)
winforms\Managed\System\WinForms\TreeView.cs (21)
558
if (
imageList
== null) {
561
if (ImageIndexer.Index >=
imageList
.Images.Count) {
562
return Math.Max(0,
imageList
.Images.Count - 1);
633
return
imageList
;
636
if (value !=
imageList
) {
659
if (
imageList
!= null) {
661
imageList
.RecreateHandle += new EventHandler(ImageListRecreateHandle);
662
imageList
.Disposed += new EventHandler(DetachImageList);
663
imageList
.ChangeHandle += new EventHandler(ImageListChangedHandle);
668
if (
imageList
!= null) {
669
imageList
.RecreateHandle -= new EventHandler(ImageListRecreateHandle);
670
imageList
.Disposed -= new EventHandler(DetachImageList);
671
imageList
.ChangeHandle -= new EventHandler(ImageListChangedHandle);
1048
if (
imageList
== null) {
1051
if (SelectedImageIndexer.Index >=
imageList
.Images.Count) {
1052
return Math.Max(0,
imageList
.Images.Count - 1);
1862
if ((null != sender) && (sender ==
imageList
) && IsHandleCreated) {
2017
if (
imageList
!= null)
2018
SendMessage(NativeMethods.TVM_SETIMAGELIST, 0,
imageList
.Handle);
2432
if (
imageList
!= null) {
2440
if (
imageList
!= null) {