3 writes to _activePage
System.Windows.Forms (3)
System\Windows\Forms\Design\ComponentEditorForm.cs (3)
54
_activePage
= -1;
322
_activePage
= _initialActivePage;
401
_activePage
= newPage;
11 references to _activePage
System.Windows.Forms (11)
System\Windows\Forms\Design\ComponentEditorForm.cs (11)
324
_helpButton.Enabled = _pageSites[
_activePage
].GetPageControl().SupportsHelp();
386
if (newPage ==
_activePage
)
391
if (
_activePage
!= -1)
393
if (_pageSites[
_activePage
].AutoCommit)
398
_pageSites[
_activePage
].Active = false;
402
_pageSites[
_activePage
].Active = true;
403
_helpButton.Enabled = _pageSites[
_activePage
].GetPageControl().SupportsHelp();
412
if (_pageSites is not null && _pageSites[
_activePage
].GetPageControl().IsPageMessage(ref msg))
470
Debug.Assert(
_activePage
!= -1);
472
if (_pageSites[
_activePage
].GetPageControl().SupportsHelp())
474
_pageSites[
_activePage
].GetPageControl().ShowHelp();