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