mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
When a tree node becomes visible for the first time, its already-realised children might carry stale IsHidden state — OnChildrenChanged only fires for newly-added children, and only when the parent was visible at the time. The visible result: a property's accessor children read as visible the first time the user expands the property even under ShowApiLevel=PublicOnly, until something else (refresh / language flip) forces a cascade. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
1 changed files with 18 additions and 0 deletions
Loading…
Reference in new issue