1 write to _parentPropertyGrid
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.CommandsPaneAccessibleObject.cs (1)
25
_parentPropertyGrid
= new(parentPropertyGrid);
2 references to _parentPropertyGrid
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.CommandsPaneAccessibleObject.cs (2)
30
if (
_parentPropertyGrid
.TryGetTarget(out PropertyGrid? target)
52
? owner.AccessibleName ?? (
_parentPropertyGrid
.TryGetTarget(out PropertyGrid? target)