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