10 references to IsSelectionActiveProperty
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (1)
1837|| (bool)((Control)_host).GetValue(TextBoxBase.IsSelectionActiveProperty));
System\Windows\Controls\FlowDocumentReader.cs (2)
624/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 627TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
484/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 487TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
322/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 325TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
877get { return (bool)GetValue(IsSelectionActiveProperty); }
System\Windows\Controls\SinglePageViewer.cs (2)
340/// <see cref="TextBoxBase.IsSelectionActiveProperty"/> 343TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentPageViewer));