1 write to psheet
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6612this.psheet = psheet;
28 references to psheet
System.Windows.Forms (28)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (28)
6669if (psheet.NeedsCommit) { 6712return !psheet._Commit(); 6720if (psheet.SelectedGridEntry != null && 6721ClientRectangle.Width <= psheet.SelectedGridEntry.GetValueTextWidth(this.Text, g, this.Font)) { 6722psheet.ToolTip.ToolTip = this.PasswordProtect ? "" : this.Text; 6780if (psheet.SelectedGridEntry != null && !psheet.SelectedGridEntry.Enumerable && !psheet.SelectedGridEntry.IsTextEditable && psheet.SelectedGridEntry.CanResetPropertyValue()) { 6781object oldValue = psheet.SelectedGridEntry.PropertyValue; 6782psheet.SelectedGridEntry.ResetPropertyValue(); 6783psheet.UnfocusSelection(); 6784psheet.ownerGrid.OnPropertyValueSet(psheet.SelectedGridEntry, oldValue); 6806bool fwdReturn = !psheet.NeedsCommit; 6807if (psheet.UnfocusSelection() && fwdReturn) { 6808psheet.SelectedGridEntry.OnValueReturnKey(); 6812psheet.OnEscape(this); 6815psheet.F4Selection(true); 6822return !psheet._Commit(); 6842return psheet.WantsTab(forward); 6850if (nmhdr->hwndFrom == psheet.ToolTip.Handle) { 6853psheet.ToolTip.PositionToolTip(this, ClientRectangle); 6857psheet.WndProc(ref m); 6868if (psheet.FilterEditWndProc(ref m)) { 6876psheet.Invalidate(); 6915if (psheet.NeedsCommit || this.WantsTab((ModifierKeys & Keys.Shift) == 0)) { 6938this.propertyGridView = owner.psheet;