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"/> 639TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentReader));
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
494/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 497TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentScrollViewer));
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
367/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 370TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(PasswordBox));
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
915get { return (bool)GetValue(IsInactiveSelectionHighlightEnabledProperty); } 916set { SetValue(IsInactiveSelectionHighlightEnabledProperty, value); }
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
351/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 354TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentPageViewer));
src\Framework\System\windows\Documents\TextSelection.cs (1)
353else if (!this.IsEmpty && (bool)owner.GetValue(TextBoxBase.IsInactiveSelectionHighlightEnabledProperty))