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