3 references to s_nodeLeadingProperty
System.Windows.Forms (3)
System\Windows\Forms\Controls\TreeView\TreeView.cs (3)
831
get => Properties.GetValueOrDefault(
s_nodeLeadingProperty
, 0.0f);
847
Properties.AddOrRemoveValue(
s_nodeLeadingProperty
, value, defaultValue: 0.0f);
2530
private bool ShouldSerializeNodeLeading() => Properties.ContainsKey(
s_nodeLeadingProperty
);