1 write to _lineColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
991
_lineColor
= value;
5 references to _lineColor
System.Windows.Forms (5)
System\Windows\Forms\Controls\TreeView\TreeView.cs (5)
985
return
_lineColor
;
989
if (
_lineColor
!= value)
994
PInvokeCore.SendMessage(this, PInvoke.TVM_SETLINECOLOR, 0,
_lineColor
.ToWin32());
2041
if (
_lineColor
!= Color.Empty)
2043
PInvokeCore.SendMessage(this, PInvoke.TVM_SETLINECOLOR, 0,
_lineColor
.ToWin32());