12 references to IsInactiveSelectionHighlightEnabledProperty
PresentationFramework (12)
MS\Internal\Documents\TextBoxView.cs (1)
1835
&& ((bool)((Control)_host).GetValue(TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
)
System\Windows\Controls\FlowDocumentReader.cs (2)
629
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
632
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
489
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
492
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
335
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
338
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
884
get { return (bool)GetValue(
IsInactiveSelectionHighlightEnabledProperty
); }
885
set { SetValue(
IsInactiveSelectionHighlightEnabledProperty
, value); }
System\Windows\Controls\SinglePageViewer.cs (2)
345
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
348
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\TextSelection.cs (1)
334
else if (!this.IsEmpty && (bool)owner.GetValue(TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
))