1 write to _baseNodeStyle
System.Web (1)
UI\WebControls\TreeView.cs (1)
988
_baseNodeStyle
= new Style();
5 references to _baseNodeStyle
System.Web (5)
UI\WebControls\TreeView.cs (5)
987
if (
_baseNodeStyle
== null) {
989
_baseNodeStyle
.Font.CopyFrom(Font);
991
_baseNodeStyle
.ForeColor = ForeColor;
995
_baseNodeStyle
.Font.Underline = false;
998
return
_baseNodeStyle
;