10 references to IsSelectionActiveProperty
PresentationFramework (10)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1877|| (bool)((Control)_host).GetValue(TextBoxBase.IsSelectionActiveProperty));
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
630/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 633TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentReader));
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
488/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 491TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentScrollViewer));
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
353/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 356TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(PasswordBox));
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
907get { return (bool)GetValue(IsSelectionActiveProperty); }
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
345/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 348TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentPageViewer));