25 references to OnPropertyChanged
WindowsFormsIntegration (25)
System\Windows\Integration\ElementHost.cs (25)
339
OnPropertyChanged
("BackgroundImage", BackgroundImage); //Update the background
921
OnPropertyChanged
("BackColor", this.BackColor);
925
OnPropertyChanged
("BackgroundImage", this.BackgroundImage);
929
OnPropertyChanged
("BackgroundImageLayout", this.BackgroundImageLayout);
933
OnPropertyChanged
("Cursor", this.Cursor);
937
OnPropertyChanged
("Enabled", this.Enabled);
941
OnPropertyChanged
("Font", this.Font);
945
OnPropertyChanged
("ForeColor", this.ForeColor);
949
OnPropertyChanged
("RightToLeft", this.RightToLeft);
953
OnPropertyChanged
("TabStop", this.TabStop);
957
OnPropertyChanged
("Visible", this.Visible);
964
OnPropertyChanged
(nameof(AutoSize), this.AutoSize);
968
OnPropertyChanged
("Padding", this.Padding);
972
OnPropertyChanged
("BindingContext", this.BindingContext);
976
OnPropertyChanged
("CausesValidation", this.CausesValidation);
980
OnPropertyChanged
("ContextMenuStrip", this.ContextMenuStrip);
984
OnPropertyChanged
("Dock", this.Dock);
988
OnPropertyChanged
("Location", this.Location);
992
OnPropertyChanged
("Margin", this.Margin);
996
OnPropertyChanged
("Parent", this.Parent);
1000
OnPropertyChanged
("Region", this.Region);
1004
OnPropertyChanged
("Size", this.Size);
1008
OnPropertyChanged
("TabIndex", this.TabIndex);
1012
OnPropertyChanged
("Text", this.Text);
1016
OnPropertyChanged
("ImeMode", this.ImeMode);