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
"/>
627
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
484
/// <see cref="TextBoxBase.
IsSelectionActiveProperty
"/>
487
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
322
/// <see cref="TextBoxBase.
IsSelectionActiveProperty
"/>
325
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
877
get { return (bool)GetValue(
IsSelectionActiveProperty
); }
System\Windows\Controls\SinglePageViewer.cs (2)
340
/// <see cref="TextBoxBase.
IsSelectionActiveProperty
"/>
343
TextBoxBase.
IsSelectionActiveProperty
.AddOwner(typeof(FlowDocumentPageViewer));