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)
238
if (
_dialogButton
is null)
250
_dialogButton
.Click += OnButtonClick;
251
_dialogButton
.KeyDown += OnButtonKeyDown;
252
_dialogButton
.GotFocus += OnDropDownButtonGotFocus;
253
_dialogButton
.LostFocus += OnChildLostFocus;
254
_dialogButton
.Size = ScaleHelper.IsScalingRequirementMet
258
CommonEditorSetup(
_dialogButton
);
261
return
_dialogButton
;
992
_dialogButton
?.Dispose();
4766
_dialogButton
?.ReleaseUiaProvider(HWND.Null);
5149
if (
_dialogButton
is not null)
5154
_dialogButton
.Image = CreateResizedBitmap("dotdotdot", DotDotDotIconWidth, DotDotDotIconHeight);