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