23 references to SelectionOpacityProperty
PresentationFramework (23)
MS\Internal\Documents\TextBoxLine.cs (1)
213double selectionBrushOpacity = (double)uiScope.GetValue(TextBoxBase.SelectionOpacityProperty);
System\Windows\Controls\FlowDocumentReader.cs (4)
53TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentReader), 369/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 617/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 620TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
60TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 322/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 477/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 480TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (4)
75TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(PasswordBox), 291/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 294TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(PasswordBox)); 297/// <see cref="TextBoxBase.SelectionOpacityProperty"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
837/// <see cref="SelectionOpacityProperty"/> 841get { return (double)GetValue(SelectionOpacityProperty); } 842set { SetValue(SelectionOpacityProperty, value); }
System\Windows\Controls\RichTextBox.cs (1)
56TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(RichTextBox), new FrameworkPropertyMetadata(TextBoxBase.AdornerSelectionOpacityDefaultValue));
System\Windows\Controls\SinglePageViewer.cs (4)
56TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentPageViewer), 215/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 332/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 335TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\CaretElement.cs (1)
132double selectionOpacity = (double)owner.GetValue(TextBoxBase.SelectionOpacityProperty);
System\Windows\Documents\CompositionAdorner.cs (1)
172selectionOpacity = (double)owner.GetValue(TextBoxBase.SelectionOpacityProperty);