23 references to SelectionOpacityProperty
PresentationFramework (23)
MS\Internal\Documents\TextBoxLine.cs (1)
221double selectionBrushOpacity = (double)uiScope.GetValue(TextBoxBase.SelectionOpacityProperty);
System\Windows\Controls\FlowDocumentReader.cs (4)
59TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentReader), 375/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 623/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 626TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
64TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 326/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 481/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 484TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (4)
90TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(PasswordBox), 307/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 310TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(PasswordBox)); 313/// <see cref="TextBoxBase.SelectionOpacityProperty"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
845/// <see cref="SelectionOpacityProperty"/> 849get { return (double)GetValue(SelectionOpacityProperty); } 850set { SetValue(SelectionOpacityProperty, value); }
System\Windows\Controls\RichTextBox.cs (1)
61TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(RichTextBox), new FrameworkPropertyMetadata(TextBoxBase.AdornerSelectionOpacityDefaultValue));
System\Windows\Controls\SinglePageViewer.cs (4)
60TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(FlowDocumentPageViewer), 219/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 336/// <see cref="TextBoxBase.SelectionOpacityProperty"/> 339TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\CaretElement.cs (1)
137double selectionOpacity = (double)owner.GetValue(TextBoxBase.SelectionOpacityProperty);
System\Windows\Documents\CompositionAdorner.cs (1)
176selectionOpacity = (double)owner.GetValue(TextBoxBase.SelectionOpacityProperty);