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)
626
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
483
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (1)
324
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
876
get { return (bool)GetValue(
IsSelectionActiveProperty
); }
System\Windows\Controls\SinglePageViewer.cs (1)
342
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(FlowDocumentPageViewer));