1 write to ForceVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (1)
564
designer.
ForceVisible
= false;
3 references to ForceVisible
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (1)
996
if ((_host is null || _host.RootComponent != component) &&
ForceVisible
)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
2486
cd?.
ForceVisible
= false;
System.Windows.Forms.Design.Tests (1)
ControlDesignerTests.cs (1)
28
controlDesigner.
ForceVisible
.Should().BeTrue();