12 references to IsInactiveSelectionHighlightEnabledProperty
PresentationFramework (12)
MS\Internal\Documents\TextBoxView.cs (1)
1876&& ((bool)((Control)_host).GetValue(TextBoxBase.IsInactiveSelectionHighlightEnabledProperty)
System\Windows\Controls\FlowDocumentReader.cs (2)
630/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 633TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
490/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 493TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
343/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 346TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
883get { return (bool)GetValue(IsInactiveSelectionHighlightEnabledProperty); } 884set { SetValue(IsInactiveSelectionHighlightEnabledProperty, value); }
System\Windows\Controls\SinglePageViewer.cs (2)
346/// <see cref="TextBoxBase.IsInactiveSelectionHighlightEnabledProperty"/> 349TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\TextSelection.cs (1)
347else if (!this.IsEmpty && (bool)owner.GetValue(TextBoxBase.IsInactiveSelectionHighlightEnabledProperty))