6 writes to windowFrame
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
792colors.windowFrame = foreColor; 816colors.windowFrame = colors.windowDisabled; 837colors.windowFrame = wg.GetNearestColor(colors.windowFrame);
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (3)
43colors.windowFrame = Control.FlatAppearance.BorderColor; 124colors.windowFrame = Control.FlatAppearance.BorderColor; 203colors.windowFrame = Control.FlatAppearance.BorderColor;
27 references to windowFrame
System.Windows.Forms (27)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
821colors.windowText = colors.windowFrame; 837colors.windowFrame = wg.GetNearestColor(colors.windowFrame);
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (14)
89DrawDefaultBorder(g, r, colors.windowFrame, this.Control.IsDefault); 95DrawFlatBorderWithSize(g, r, colors.windowFrame, Control.FlatAppearance.BorderSize); 98DrawFlatBorder(g, r, colors.windowFrame); 102DrawFlatBorder(g, r, colors.windowFrame); 109DrawFlatBorder(g, r, colors.windowFrame); 163DrawDefaultBorder(g, r, colors.windowFrame, this.Control.IsDefault); 169DrawFlatBorderWithSize(g, r, colors.windowFrame, Control.FlatAppearance.BorderSize); 172DrawFlatBorder(g, r, colors.windowFrame); 176DrawFlatBorder(g, r, colors.windowFrame); 183DrawFlatBorder(g, r, colors.windowFrame); 247DrawDefaultBorder(g, r, colors.windowFrame, this.Control.IsDefault); 253DrawFlatBorderWithSize(g, r, colors.windowFrame, Control.FlatAppearance.BorderSize); 256DrawFlatBorder(g, r, colors.windowFrame); 260DrawFlatBorder(g, r, colors.windowFrame);
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (2)
96using (Pen windowFrame = new Pen(colors.windowFrame), 142DrawDefaultBorder(g, r, colors.options.highContrast ? colors.windowText : colors.windowFrame, this.Control.IsDefault);
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
208DrawDefaultBorder(g, r, colors.windowFrame, this.Control.IsDefault);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (3)
28PaintFlatWorker(e, colors.windowText, colors.highlight, colors.windowFrame, colors); 43PaintFlatWorker(e, colors.windowText, colors.lowHighlight, colors.windowFrame, colors); 58PaintFlatWorker(e, colors.windowText, colors.highlight, colors.windowFrame, colors);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (1)
40(colors.options.highContrast && !Control.Enabled && AccessibilityImprovements.Level1) ? colors.windowFrame : colors.buttonShadow);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (3)
31PaintFlatWorker(e, colors.windowText, colors.highlight, colors.windowFrame, colors); 47PaintFlatWorker(e, colors.windowText, colors.lowHighlight, colors.windowFrame, colors); 63PaintFlatWorker(e, colors.windowText, colors.highlight, colors.windowFrame, colors);
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
880colors.options.highContrast ? colors.windowText : colors.windowFrame,