9 references to GetInPropertySet
System.Windows.Forms (9)
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
1007return GetPropertyGridView().GetInPropertySet(); 2770if (!gridView.GetInPropertySet() || fullRefresh) { 2828if (batchMode || GetFlag(InternalChange) || gridView.GetInPropertySet() || 2831if (batchMode && !gridView.GetInPropertySet()) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
2423if (e != null && !GetInPropertySet()) { 2756if (Edit.Focused || (errorState == ERROR_MSGBOX_UP) || (errorState == ERROR_THROWN)|| GetInPropertySet()) { 4119if (HasEntries && !GetInPropertySet() && !Commit()) { 4694if (GetInPropertySet()) { 5336if (!GetInPropertySet() && Edit.Visible && (errorState != ERROR_NONE || !Commit())) {