25 references to OnPropertyChanged
WindowsFormsIntegration (25)
System\Windows\Integration\ElementHost.cs (25)
343
OnPropertyChanged
("BackgroundImage", BackgroundImage); //Update the background
927
OnPropertyChanged
("BackColor", this.BackColor);
931
OnPropertyChanged
("BackgroundImage", this.BackgroundImage);
935
OnPropertyChanged
("BackgroundImageLayout", this.BackgroundImageLayout);
939
OnPropertyChanged
("Cursor", this.Cursor);
943
OnPropertyChanged
("Enabled", this.Enabled);
947
OnPropertyChanged
("Font", this.Font);
951
OnPropertyChanged
("ForeColor", this.ForeColor);
955
OnPropertyChanged
("RightToLeft", this.RightToLeft);
959
OnPropertyChanged
("TabStop", this.TabStop);
963
OnPropertyChanged
("Visible", this.Visible);
970
OnPropertyChanged
("AutoSize", this.AutoSize);
974
OnPropertyChanged
("Padding", this.Padding);
978
OnPropertyChanged
("BindingContext", this.BindingContext);
982
OnPropertyChanged
("CausesValidation", this.CausesValidation);
986
OnPropertyChanged
("ContextMenuStrip", this.ContextMenuStrip);
990
OnPropertyChanged
("Dock", this.Dock);
994
OnPropertyChanged
("Location", this.Location);
998
OnPropertyChanged
("Margin", this.Margin);
1002
OnPropertyChanged
("Parent", this.Parent);
1006
OnPropertyChanged
("Region", this.Region);
1010
OnPropertyChanged
("Size", this.Size);
1014
OnPropertyChanged
("TabIndex", this.TabIndex);
1018
OnPropertyChanged
("Text", this.Text);
1022
OnPropertyChanged
("ImeMode", this.ImeMode);