3 references to VisualStylesModeChanged
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
7057/// Raises the <see cref="VisualStylesModeChanged"/> event and applies the required rendering,
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
863add => base.VisualStylesModeChanged += value; 864remove => base.VisualStylesModeChanged -= value;