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)
250
if (
_dialogButton
is not null)
252
return
_dialogButton
;
272
_dialogButton
.Click += OnButtonClick;
273
_dialogButton
.KeyDown += OnButtonKeyDown;
274
_dialogButton
.GotFocus += OnDropDownButtonGotFocus;
275
_dialogButton
.LostFocus += OnChildLostFocus;
276
_dialogButton
.Size = ScaleHelper.IsScalingRequirementMet
280
CommonEditorSetup(
_dialogButton
);
282
return
_dialogButton
;
1016
_dialogButton
?.Dispose();
4799
_dialogButton
?.ReleaseUiaProvider(HWND.Null);
5178
if (
_dialogButton
is not null)
5183
_dialogButton
.Image = CreateResizedBitmap("dotdotdot", DotDotDotIconWidth, DotDotDotIconHeight);