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)
863
add => base.
VisualStylesModeChanged
+= value;
864
remove => base.
VisualStylesModeChanged
-= value;