1 write to FlatStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
152
set => base.
FlatStyle
= value;
5 references to FlatStyle
System.Windows.Forms (5)
System\Windows\Forms\Controls\Labels\Label.cs (4)
1045
internal virtual bool UseGDIMeasuring() => (
FlatStyle
== FlatStyle.System || !UseCompatibleTextRendering);
1072
TextFormatFlags format =
FlatStyle
== FlatStyle.System ? TextFormatFlags.Default : CreateTextFormatFlags(proposedConstraints);
1104
if (UseCompatibleTextRendering &&
FlatStyle
!= FlatStyle.System)
1144
private bool IsOwnerDraw() =>
FlatStyle
!= FlatStyle.System;
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
151
get => base.
FlatStyle
;