2 writes to _dropDownButton
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
206_dropDownButton = new() 1014_dropDownButton = null;
18 references to _dropDownButton
System.Windows.Forms (18)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (18)
199if (_dropDownButton is not null) 201return _dropDownButton; 219_dropDownButton.Image = bitmap; 220_dropDownButton.BackColor = SystemColors.Control; 221_dropDownButton.ForeColor = SystemColors.ControlText; 222_dropDownButton.Click += OnButtonClick; 223_dropDownButton.GotFocus += OnDropDownButtonGotFocus; 224_dropDownButton.LostFocus += OnChildLostFocus; 225_dropDownButton.TabIndex = 2; 227CommonEditorSetup(_dropDownButton); 229_dropDownButton.Size = ScaleHelper.IsScalingRequirementMet 233return _dropDownButton; 1013_dropDownButton?.Dispose(); 4798_dropDownButton?.ReleaseUiaProvider(HWND.Null); 5166if (_dropDownButton is not null) 5171_dropDownButton.Size = new(SystemInformation.VerticalScrollBarArrowHeightForDpi(DeviceDpiInternal), RowHeight); 5175_dropDownButton.Size = new(SystemInformation.VerticalScrollBarArrowHeight, RowHeight); 5189_dropDownButton.Image = CreateResizedBitmap("Arrow", DownArrowIconWidth, DownArrowIconHeight);