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"/> 632TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
489/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 492TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
335/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 338TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
884get { return (bool)GetValue(IsInactiveSelectionHighlightEnabledProperty); } 885set { SetValue(IsInactiveSelectionHighlightEnabledProperty, value); }
System\Windows\Controls\SinglePageViewer.cs (2)
345/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 348TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\TextSelection.cs (1)
334else if (!this.IsEmpty && (bool)owner.GetValue(TextBoxBase.IsInactiveSelectionHighlightEnabledProperty))