1 write to gridView
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5490
gridView
= psheet;
21 references to gridView
System.Windows.Forms (21)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (21)
5491
this.BackColor =
gridView
.BackColor;
5502
if (
gridView
!= null) {
5503
cp.Parent =
gridView
.ParentInternal.Handle;
5695
gridView
.CloseDropDownInternal(false);
5736
Type createType =
gridView
.SelectedGridEntry.PropertyType;
5739
gridView
.CloseDropDown();
5741
object newValue = ice.CreateInstance(
gridView
.SelectedGridEntry, createType);
5751
gridView
.CommitValue(newValue);
5797
gridView
.CloseDropDown();
5931
gridView
.OnEscape(this);
5934
gridView
.F4Selection(true);
5939
if (
gridView
.UnfocusSelection() &&
gridView
.SelectedGridEntry != null) {
5940
gridView
.SelectedGridEntry.OnValueReturnKey();
5952
this.Font =
gridView
.Font;
5956
InstanceCreationEditor editor = (ctl == null ? null : GetInstanceCreationEditor(
gridView
.SelectedGridEntry as PropertyDescriptorGridEntry));
6013
using (Graphics g =
gridView
.CreateGraphics()) {
6014
SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText(this.
gridView
.ownerGrid, g, editor.Text,
gridView
.GetBaseFont());
6081
gridView
.CloseDropDownInternal(false);
6093
gridView
.CloseDropDown();