17 references to HighlightTextBrush
PresentationFramework (17)
System\windows\Documents\SelectionHighlightInfo.cs (1)
50return SystemColors.HighlightTextBrush;
System\Windows\SystemColors.cs (15)
1397return SystemColors.HighlightTextBrush; 1411/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1419return SystemColors.HighlightTextBrush; 1432/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1440return SystemColors.HighlightTextBrush; 1453/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1461return SystemColors.HighlightTextBrush; 1474/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1482return SystemColors.HighlightTextBrush; 1495/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1503return SystemColors.HighlightTextBrush; 1516/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1524return SystemColors.HighlightTextBrush; 1537/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1545return SystemColors.HighlightTextBrush;
System\Windows\SystemResourceKey.cs (1)
503return SystemColors.HighlightTextBrush;