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