2 references to SelectionOpacityProperty
PresentationFramework (2)
System\Windows\Controls\SinglePageViewer.cs (2)
223get { return (double)GetValue(SelectionOpacityProperty); } 224set { SetValue(SelectionOpacityProperty, value); }