23 references to SelectionOpacityProperty
PresentationFramework (23)
MS\Internal\Documents\TextBoxLine.cs (1)
214double selectionBrushOpacity = (double)uiScope.GetValue(TextBoxBase.SelectionOpacityProperty);
System\Windows\Controls\FlowDocumentReader.cs (4)
54TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentReader), 370/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 618/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 621TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
61TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 323/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 478/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 481TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (4)
76TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(PasswordBox), 292/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 295TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(PasswordBox)); 298/// <see cref="TextBoxBase.SelectionOpacityProperty"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
838/// <see cref="SelectionOpacityProperty"/> 842get { return (double)GetValue(SelectionOpacityProperty); } 843set { SetValue(SelectionOpacityProperty, value); }
System\Windows\Controls\RichTextBox.cs (1)
57TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(RichTextBox), new FrameworkPropertyMetadata(TextBoxBase.AdornerSelectionOpacityDefaultValue));
System\Windows\Controls\SinglePageViewer.cs (4)
57TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentPageViewer), 216/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 333/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 336TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\CaretElement.cs (1)
133double selectionOpacity = (double)owner.GetValue(TextBoxBase.SelectionOpacityProperty);
System\Windows\Documents\CompositionAdorner.cs (1)
173selectionOpacity = (double)owner.GetValue(TextBoxBase.SelectionOpacityProperty);