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