25 references to OnPropertyChanged
WindowsFormsIntegration (25)
System\Windows\Integration\ElementHost.cs (25)
338
OnPropertyChanged
("BackgroundImage", BackgroundImage); //Update the background
920
OnPropertyChanged
("BackColor", this.BackColor);
924
OnPropertyChanged
("BackgroundImage", this.BackgroundImage);
928
OnPropertyChanged
("BackgroundImageLayout", this.BackgroundImageLayout);
932
OnPropertyChanged
("Cursor", this.Cursor);
936
OnPropertyChanged
("Enabled", this.Enabled);
940
OnPropertyChanged
("Font", this.Font);
944
OnPropertyChanged
("ForeColor", this.ForeColor);
948
OnPropertyChanged
("RightToLeft", this.RightToLeft);
952
OnPropertyChanged
("TabStop", this.TabStop);
956
OnPropertyChanged
("Visible", this.Visible);
963
OnPropertyChanged
(nameof(AutoSize), this.AutoSize);
967
OnPropertyChanged
("Padding", this.Padding);
971
OnPropertyChanged
("BindingContext", this.BindingContext);
975
OnPropertyChanged
("CausesValidation", this.CausesValidation);
979
OnPropertyChanged
("ContextMenuStrip", this.ContextMenuStrip);
983
OnPropertyChanged
("Dock", this.Dock);
987
OnPropertyChanged
("Location", this.Location);
991
OnPropertyChanged
("Margin", this.Margin);
995
OnPropertyChanged
("Parent", this.Parent);
999
OnPropertyChanged
("Region", this.Region);
1003
OnPropertyChanged
("Size", this.Size);
1007
OnPropertyChanged
("TabIndex", this.TabIndex);
1011
OnPropertyChanged
("Text", this.Text);
1015
OnPropertyChanged
("ImeMode", this.ImeMode);