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