17 references to HighlightTextBrush
PresentationFramework (17)
System\windows\Documents\SelectionHighlightInfo.cs (1)
51return SystemColors.HighlightTextBrush;
System\Windows\SystemColors.cs (15)
1394return SystemColors.HighlightTextBrush; 1408/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1416return SystemColors.HighlightTextBrush; 1429/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1437return SystemColors.HighlightTextBrush; 1450/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1458return SystemColors.HighlightTextBrush; 1471/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1479return SystemColors.HighlightTextBrush; 1492/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1500return SystemColors.HighlightTextBrush; 1513/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1521return SystemColors.HighlightTextBrush; 1534/// When <see cref="SystemParameters.HighContrast"/> is <see langword="true" />, this property returns <see cref="SystemColors.HighlightTextBrush"/>. 1542return SystemColors.HighlightTextBrush;
System\Windows\SystemResourceKey.cs (1)
502return SystemColors.HighlightTextBrush;