2 writes to _dialogButton
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
242_dialogButton = new DropDownButton 993_dialogButton = null;
12 references to _dialogButton
System.Windows.Forms (12)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (12)
238if (_dialogButton is null) 250_dialogButton.Click += OnButtonClick; 251_dialogButton.KeyDown += OnButtonKeyDown; 252_dialogButton.GotFocus += OnDropDownButtonGotFocus; 253_dialogButton.LostFocus += OnChildLostFocus; 254_dialogButton.Size = ScaleHelper.IsScalingRequirementMet 258CommonEditorSetup(_dialogButton); 261return _dialogButton; 992_dialogButton?.Dispose(); 4766_dialogButton?.ReleaseUiaProvider(HWND.Null); 5149if (_dialogButton is not null) 5154_dialogButton.Image = CreateResizedBitmap("dotdotdot", DotDotDotIconWidth, DotDotDotIconHeight);