3 references to LinkBrush
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGrid.cs (1)
2370return !LinkBrush.Equals(DefaultLinkBrush);
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (2)
717Brush textBrush = this.dgTable.IsDefault ? this.DataGrid.LinkBrush : this.dgTable.LinkBrush; 720textBrush = this.dgTable.IsDefault ? this.DataGrid.LinkBrush : this.dgTable.LinkBrush;