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)
944
temp.Brush.
Opacity
= 0.7;
1103
_localResources.HighlightStroke.Brush.
Opacity
= 0;
1181
temp.
Opacity
= 0.7;
1207
temp.
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;
1217
temp.Brush.
Opacity
= 0.63;
1255
_localResources.InnerBorder.Brush.
Opacity
= 0;
1288
temp.Brush.
Opacity
= 0.5;
1326
_localResources.Shadow.Brush.
Opacity
= 0;
1738
temp.
Opacity
= 0.63;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
838
Opacity
= 0.6
874
Opacity
= 0.6
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (1)
602
renderBrush.
Opacity
= FreeFormPanel.ConnectorEditorOpacity;
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
336
this.rubberBand.Fill.
Opacity
= 0.2;
15 references to Opacity
PresentationCore (9)
Core\CSharp\System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs (1)
180
data.Opacity =
Opacity
;
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
388
data.Opacity =
Opacity
;
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
246
data.Opacity =
Opacity
;
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
246
data.Opacity =
Opacity
;
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (1)
202
data.Opacity =
Opacity
;
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
278
data.Opacity =
Opacity
;
Core\CSharp\System\Windows\Media\LinearGradientBrush.cs (1)
183
double tempOpacity =
Opacity
;
Core\CSharp\System\Windows\Media\RadialGradientBrush.cs (1)
128
double 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)
955
if (brush.
Opacity
<= 0)
957
else if (brush.
Opacity
>= 1)
960
alpha = (byte) (brush.
Opacity
* brush.Color.A);
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
226
thisBrush != null && otherBrush != null && thisBrush.Color == otherBrush.Color && thisBrush.
Opacity
== otherBrush.
Opacity
)
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
240
double currentOpacity = chrome.BackgroundOverlay.
Opacity
;