24 references to SelectionOpacityProperty
PresentationFramework (23)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
223double selectionBrushOpacity = (double)uiScope.GetValue(TextBoxBase.SelectionOpacityProperty);
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (4)
60TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentReader), 376/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 624/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 627TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentReader));
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
65TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 327/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 482/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 485TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentScrollViewer));
src\Framework\System\Windows\Controls\PasswordBox.cs (4)
93TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(PasswordBox), 323/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 326TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(PasswordBox)); 329/// <see cref="TextBoxBase.SelectionOpacityProperty"/>
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
868/// <see cref="SelectionOpacityProperty"/> 872get { return (double)GetValue(SelectionOpacityProperty); } 873set { SetValue(SelectionOpacityProperty, value); }
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
63TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(RichTextBox), new FrameworkPropertyMetadata(TextBoxBase.AdornerSelectionOpacityDefaultValue));
src\Framework\System\Windows\Controls\SinglePageViewer.cs (4)
62TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentPageViewer), 221/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 338/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 341TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentPageViewer));
src\Framework\System\windows\Documents\CaretElement.cs (1)
140double selectionOpacity = (double)owner.GetValue(TextBoxBase.SelectionOpacityProperty);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
178selectionOpacity = (double)owner.GetValue(TextBoxBase.SelectionOpacityProperty);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
205zoomPickerTextBox.SetValue(TextBox.SelectionOpacityProperty, 0.0);