1 write to DrawFlatToolbar
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridTests.cs (1)
4269set => base.DrawFlatToolbar = value;
2 references to DrawFlatToolbar
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3805if (DrawFlatToolbar || SystemInformation.HighContrast)
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridTests.cs (1)
4268get => base.DrawFlatToolbar;