2 writes to _dialogButton
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
257_dialogButton = new DropDownButton 1017_dialogButton = null;
13 references to _dialogButton
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (13)
250if (_dialogButton is not null) 252return _dialogButton; 272_dialogButton.Click += OnButtonClick; 273_dialogButton.KeyDown += OnButtonKeyDown; 274_dialogButton.GotFocus += OnDropDownButtonGotFocus; 275_dialogButton.LostFocus += OnChildLostFocus; 276_dialogButton.Size = ScaleHelper.IsScalingRequirementMet 280CommonEditorSetup(_dialogButton); 282return _dialogButton; 1016_dialogButton?.Dispose(); 4799_dialogButton?.ReleaseUiaProvider(HWND.Null); 5178if (_dialogButton is not null) 5183_dialogButton.Image = CreateResizedBitmap("dotdotdot", DotDotDotIconWidth, DotDotDotIconHeight);