|
|
|
@ -77,7 +77,7 @@ namespace Avalonia.Controls.Presenters |
|
|
|
|
|
|
|
static TextPresenter() |
|
|
|
{ |
|
|
|
AffectsRender<TextPresenter>(SelectionBrushProperty); |
|
|
|
AffectsRender<TextPresenter>(SelectionBrushProperty, TextBlock.ForegroundProperty); |
|
|
|
AffectsMeasure<TextPresenter>(TextProperty, PasswordCharProperty, RevealPasswordProperty, |
|
|
|
TextAlignmentProperty, TextWrappingProperty, TextBlock.FontSizeProperty, |
|
|
|
TextBlock.FontStyleProperty, TextBlock.FontWeightProperty, TextBlock.FontFamilyProperty); |
|
|
|
|