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