6 references to IsSelectionActiveProperty
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (1)
1830|| (bool)((Control)_host).GetValue(TextBoxBase.IsSelectionActiveProperty));
System\Windows\Controls\FlowDocumentReader.cs (1)
626TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
483TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (1)
324TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
876get { return (bool)GetValue(IsSelectionActiveProperty); }
System\Windows\Controls\SinglePageViewer.cs (1)
342TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(FlowDocumentPageViewer));