3 references to OnBeforeExpand
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2446OnBeforeExpand(e);
System\Windows\Forms\Controls\TreeView\TreeViewCancelEventArgs.cs (1)
11/// <see cref="TreeView.OnBeforeExpand"/>,
System.Windows.Forms.Tests (1)
System\Windows\Forms\TreeViewTests.cs (1)
7644public new void OnBeforeExpand(TreeViewCancelEventArgs e) => base.OnBeforeExpand(e);