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