27 writes to Opacity
PresentationFramework (1)
src\Framework\System\windows\Documents\SelectionHighlightInfo.cs (1)
36_objectMaskBrush.Opacity = 0.5;
PresentationFramework.Aero (22)
Microsoft\Windows\Themes\BulletChrome.cs (10)
944temp.Brush.Opacity = 0.7; 1103_localResources.HighlightStroke.Brush.Opacity = 0; 1181temp.Opacity = 0.7; 1207temp.Opacity = 0.7; 1820_localResources.BackgroundOverlay.Opacity = 0; 2098_localResources.GlyphStroke.Brush.Opacity = 0; 2103_localResources.GlyphStroke.Brush.Opacity = 0; 2177_localResources.GlyphFill.Opacity = 0; 2182_localResources.GlyphFill.Opacity = 0; 2254_localResources.BorderOverlayPen.Brush.Opacity = 0;
Microsoft\Windows\Themes\ButtonChrome.cs (4)
800_localResources.BackgroundOverlay.Opacity = 0; 915_localResources.BorderOverlayPen.Brush.Opacity = 0; 1075_localResources.LeftDropShadowBrush.Opacity = 0; 1137_localResources.TopDropShadowBrush.Opacity = 0;
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
657_localResources.BorderOverlayPen.Brush.Opacity = 0;
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1051_localResources.Fill.Opacity = 0; 1183_localResources.OuterBorder.Brush.Opacity = 0; 1217temp.Brush.Opacity = 0.63; 1255_localResources.InnerBorder.Brush.Opacity = 0; 1288temp.Brush.Opacity = 0.5; 1326_localResources.Shadow.Brush.Opacity = 0; 1738temp.Opacity = 0.63;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
838Opacity = 0.6 874Opacity = 0.6
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (1)
602renderBrush.Opacity = FreeFormPanel.ConnectorEditorOpacity;
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
336this.rubberBand.Fill.Opacity = 0.2;
15 references to Opacity
PresentationCore (9)
Core\CSharp\System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs (1)
180data.Opacity = Opacity;
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
388data.Opacity = Opacity;
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
246data.Opacity = Opacity;
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
246data.Opacity = Opacity;
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (1)
202data.Opacity = Opacity;
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
278data.Opacity = Opacity;
Core\CSharp\System\Windows\Media\LinearGradientBrush.cs (1)
183double tempOpacity = Opacity;
Core\CSharp\System\Windows\Media\RadialGradientBrush.cs (1)
128double tempOpacity = Opacity;
Core\CSharp\System\Windows\Media\SolidColorBrush.cs (1)
209|| !DoubleUtil.AreClose(Opacity, Brush.c_Opacity))
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (3)
955if (brush.Opacity <= 0) 957else if (brush.Opacity >= 1) 960alpha = (byte) (brush.Opacity * brush.Color.A);
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
226thisBrush != null && otherBrush != null && thisBrush.Color == otherBrush.Color && thisBrush.Opacity == otherBrush.Opacity)
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
240double currentOpacity = chrome.BackgroundOverlay.Opacity;