12 references to IsInactiveSelectionHighlightEnabledProperty
PresentationFramework (12)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1876
&& ((bool)((Control)_host).GetValue(TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
636
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
639
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentReader));
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
494
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
497
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
367
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
370
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(PasswordBox));
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
915
get { return (bool)GetValue(
IsInactiveSelectionHighlightEnabledProperty
); }
916
set { SetValue(
IsInactiveSelectionHighlightEnabledProperty
, value); }
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
351
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
354
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentPageViewer));
src\Framework\System\windows\Documents\TextSelection.cs (1)
353
else if (!this.IsEmpty && (bool)owner.GetValue(TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
))