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