20 references to Transparent
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
96
Background = Brushes.
Transparent
,
QuickInfo\ProjectionBufferContent.cs (1)
85
view.Background = Brushes.
Transparent
;
Structure\StructureTaggerProvider.cs (1)
53
view.Background = Brushes.
Transparent
;
ViewHostingControl.cs (1)
32
Background = Brushes.
Transparent
;
Microsoft.VisualStudio.LanguageServices (4)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (4)
57
Background = Brushes.
Transparent
;
58
BorderBrush = Brushes.
Transparent
;
199
this.Background = Brushes.
Transparent
;
200
this.BorderBrush = Brushes.
Transparent
;
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
193
Background = Brushes.
Transparent
,
PresentationFramework (6)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
59
Brushes.
Transparent
,
334
drawingContext.DrawGeometry(Brushes.
Transparent
, null, backgroundGeometry);
MS\Internal\Documents\DocumentGrid.cs (1)
1678
Background = Brushes.
Transparent
MS\Internal\PtsHost\PageVisual.cs (1)
53
dc.DrawRectangle(Brushes.
Transparent
, null, _renderBounds);
System\Windows\Controls\PasswordBox.cs (1)
1154
this.ScrollViewer.Background = Brushes.
Transparent
;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1630
this.ScrollViewer.Background = Brushes.
Transparent
;
ReachFramework (4)
AlphaFlattener\BrushProxy.cs (2)
3045
Brushes.
Transparent
,
3142
Brushes.
Transparent
,
Serialization\VisualSerializer.cs (2)
1866
brush = Brushes.
Transparent
;
2039
foreground = Brushes.
Transparent
;
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
159
if (brush == Brushes.
Transparent
)