1 write to FlatStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
213base.FlatStyle = value;
5 references to FlatStyle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Label.cs (4)
1278return (FlatStyle == FlatStyle.System || !UseCompatibleTextRendering); 1305TextFormatFlags format = FlatStyle == FlatStyle.System ? TextFormatFlags.Default : CreateTextFormatFlags(proposedConstraints); 1341if (UseCompatibleTextRendering && FlatStyle != FlatStyle.System) { 1387return FlatStyle != FlatStyle.System;
winforms\Managed\System\WinForms\LinkLabel.cs (1)
209return base.FlatStyle;