10 references to IsSelectionActiveProperty
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (1)
1879|| (bool)((Control)_host).GetValue(TextBoxBase.IsSelectionActiveProperty));
System\Windows\Controls\FlowDocumentReader.cs (2)
629/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 632TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
487/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 490TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
337/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 340TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
884get { return (bool)GetValue(IsSelectionActiveProperty); }
System\Windows\Controls\SinglePageViewer.cs (2)
343/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 346TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentPageViewer));