25 references to OnPropertyChanged
WindowsFormsIntegration (25)
System\Windows\Integration\ElementHost.cs (25)
338
OnPropertyChanged
("BackgroundImage", BackgroundImage); //Update the background
918
OnPropertyChanged
("BackColor", this.BackColor);
922
OnPropertyChanged
("BackgroundImage", this.BackgroundImage);
926
OnPropertyChanged
("BackgroundImageLayout", this.BackgroundImageLayout);
930
OnPropertyChanged
("Cursor", this.Cursor);
934
OnPropertyChanged
("Enabled", this.Enabled);
938
OnPropertyChanged
("Font", this.Font);
942
OnPropertyChanged
("ForeColor", this.ForeColor);
946
OnPropertyChanged
("RightToLeft", this.RightToLeft);
950
OnPropertyChanged
("TabStop", this.TabStop);
954
OnPropertyChanged
("Visible", this.Visible);
961
OnPropertyChanged
(nameof(AutoSize), this.AutoSize);
965
OnPropertyChanged
("Padding", this.Padding);
969
OnPropertyChanged
("BindingContext", this.BindingContext);
973
OnPropertyChanged
("CausesValidation", this.CausesValidation);
977
OnPropertyChanged
("ContextMenuStrip", this.ContextMenuStrip);
981
OnPropertyChanged
("Dock", this.Dock);
985
OnPropertyChanged
("Location", this.Location);
989
OnPropertyChanged
("Margin", this.Margin);
993
OnPropertyChanged
("Parent", this.Parent);
997
OnPropertyChanged
("Region", this.Region);
1001
OnPropertyChanged
("Size", this.Size);
1005
OnPropertyChanged
("TabIndex", this.TabIndex);
1009
OnPropertyChanged
("Text", this.Text);
1013
OnPropertyChanged
("ImeMode", this.ImeMode);