12 references to IsInactiveSelectionHighlightEnabledProperty
PresentationFramework (12)
MS\Internal\Documents\TextBoxView.cs (1)
1878
&& ((bool)((Control)_host).GetValue(TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
)
System\Windows\Controls\FlowDocumentReader.cs (2)
635
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
638
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
493
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
496
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
351
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
354
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
892
get { return (bool)GetValue(
IsInactiveSelectionHighlightEnabledProperty
); }
893
set { SetValue(
IsInactiveSelectionHighlightEnabledProperty
, value); }
System\Windows\Controls\SinglePageViewer.cs (2)
349
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
352
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\TextSelection.cs (1)
350
else if (!this.IsEmpty && (bool)owner.GetValue(TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
))