17 references to HighlightTextBrush
PresentationFramework (17)
System\windows\Documents\SelectionHighlightInfo.cs (1)
50return SystemColors.HighlightTextBrush;
System\Windows\SystemColors.cs (15)
1395return SystemColors.HighlightTextBrush; 1409/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1417return SystemColors.HighlightTextBrush; 1430/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1438return SystemColors.HighlightTextBrush; 1451/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1459return SystemColors.HighlightTextBrush; 1472/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1480return SystemColors.HighlightTextBrush; 1493/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1501return SystemColors.HighlightTextBrush; 1514/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1522return SystemColors.HighlightTextBrush; 1535/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1543return SystemColors.HighlightTextBrush;
System\Windows\SystemResourceKey.cs (1)
503return SystemColors.HighlightTextBrush;