25 references to OnPropertyChanged
WindowsFormsIntegration (25)
System\Windows\Integration\ElementHost.cs (25)
343OnPropertyChanged("BackgroundImage", BackgroundImage); //Update the background 927OnPropertyChanged("BackColor", this.BackColor); 931OnPropertyChanged("BackgroundImage", this.BackgroundImage); 935OnPropertyChanged("BackgroundImageLayout", this.BackgroundImageLayout); 939OnPropertyChanged("Cursor", this.Cursor); 943OnPropertyChanged("Enabled", this.Enabled); 947OnPropertyChanged("Font", this.Font); 951OnPropertyChanged("ForeColor", this.ForeColor); 955OnPropertyChanged("RightToLeft", this.RightToLeft); 959OnPropertyChanged("TabStop", this.TabStop); 963OnPropertyChanged("Visible", this.Visible); 970OnPropertyChanged("AutoSize", this.AutoSize); 974OnPropertyChanged("Padding", this.Padding); 978OnPropertyChanged("BindingContext", this.BindingContext); 982OnPropertyChanged("CausesValidation", this.CausesValidation); 986OnPropertyChanged("ContextMenuStrip", this.ContextMenuStrip); 990OnPropertyChanged("Dock", this.Dock); 994OnPropertyChanged("Location", this.Location); 998OnPropertyChanged("Margin", this.Margin); 1002OnPropertyChanged("Parent", this.Parent); 1006OnPropertyChanged("Region", this.Region); 1010OnPropertyChanged("Size", this.Size); 1014OnPropertyChanged("TabIndex", this.TabIndex); 1018OnPropertyChanged("Text", this.Text); 1022OnPropertyChanged("ImeMode", this.ImeMode);