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"/> 638TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
493/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 496TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
351/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 354TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
892get { return (bool)GetValue(IsInactiveSelectionHighlightEnabledProperty); } 893set { SetValue(IsInactiveSelectionHighlightEnabledProperty, value); }
System\Windows\Controls\SinglePageViewer.cs (2)
349/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 352TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\TextSelection.cs (1)
350else if (!this.IsEmpty && (bool)owner.GetValue(TextBoxBase.IsInactiveSelectionHighlightEnabledProperty))