8 references to IsInactiveSelectionHighlightEnabledProperty
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (1)
1829
&& ((bool)((Control)_host).GetValue(TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
)
System\Windows\Controls\FlowDocumentReader.cs (1)
632
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
489
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (1)
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 (1)
348
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\TextSelection.cs (1)
334
else if (!this.IsEmpty && (bool)owner.GetValue(TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
))