10 references to IsSelectionActiveProperty
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (1)
1836
|| (bool)((Control)_host).GetValue(TextBoxBase.
IsSelectionActiveProperty
));
System\Windows\Controls\FlowDocumentReader.cs (2)
623
/// <see cref="TextBoxBase.
IsSelectionActiveProperty
"/>
626
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
483
/// <see cref="TextBoxBase.
IsSelectionActiveProperty
"/>
486
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
321
/// <see cref="TextBoxBase.
IsSelectionActiveProperty
"/>
324
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
876
get { return (bool)GetValue(
IsSelectionActiveProperty
); }
System\Windows\Controls\SinglePageViewer.cs (2)
339
/// <see cref="TextBoxBase.
IsSelectionActiveProperty
"/>
342
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(FlowDocumentPageViewer));