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
"/>
633
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
490
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
493
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
343
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
346
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
883
get { return (bool)GetValue(
IsInactiveSelectionHighlightEnabledProperty
); }
884
set { SetValue(
IsInactiveSelectionHighlightEnabledProperty
, value); }
System\Windows\Controls\SinglePageViewer.cs (2)
346
/// <see cref="TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
"/>
349
TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\TextSelection.cs (1)
347
else if (!this.IsEmpty && (bool)owner.GetValue(TextBoxBase.
IsInactiveSelectionHighlightEnabledProperty
))