1 write to lineColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TreeView.cs (1)
874
lineColor
= value;
5 references to lineColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\TreeView.cs (5)
870
return
lineColor
;
873
if (
lineColor
!= value) {
876
SendMessage(NativeMethods.TVM_SETLINECOLOR, 0, ColorTranslator.ToWin32(
lineColor
));
2013
if (
lineColor
!= Color.Empty) {
2014
SendMessage(NativeMethods.TVM_SETLINECOLOR, 0, ColorTranslator.ToWin32(
lineColor
));