2 writes to PageSite
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
227
PageSite
= site;
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
964
set => base.
PageSite
= value;
3 references to PageSite
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorPage.cs (2)
207
if (!IsLoading() &&
PageSite
is not null)
209
PageSite
.SetDirty();
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
963
get => base.
PageSite
;