10 references to IsSelectionActiveProperty
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (1)
1836|| (bool)((Control)_host).GetValue(TextBoxBase.IsSelectionActiveProperty));
System\Windows\Controls\FlowDocumentReader.cs (2)
623/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 626TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
483/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 486TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
321/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 324TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
876get { return (bool)GetValue(IsSelectionActiveProperty); }
System\Windows\Controls\SinglePageViewer.cs (2)
339/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 342TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentPageViewer));