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