14 writes to Fill
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
910
Fill
= OwnerColor;
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (2)
346
_dropShadowRight.
Fill
= Brushes.Black;
350
_dropShadowBottom.
Fill
= Brushes.Black;
src\Framework\System\Windows\Controls\BorderGapMaskConverter.cs (3)
114
rectColumn1.
Fill
= Brushes.Black;
115
rectColumn2.
Fill
= Brushes.Black;
116
rectColumn3.
Fill
= Brushes.Black;
src\Framework\System\Windows\Controls\ComboBox.cs (1)
943
rect.
Fill
= visualBrush;
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
235
rect.
Fill
= controlBrush;
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (3)
836
Fill
= new VisualBrush(viewElement)
857
Fill
= new VisualBrush(viewElement),
872
Fill
= new VisualBrush(grid)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1173
Fill
= new SolidColorBrush(WorkflowDesignerColors.DesignerViewBackgroundColor),
1784
return new Rectangle() { Width = 16, Height = 16,
Fill
= glyph };
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
335
this.rubberBand.
Fill
= WorkflowDesignerColors.RubberBandRectangleBrush.Clone();
14 references to Fill
PresentationFramework (13)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
979
VisualBrush visualBrush = (VisualBrush)rect.
Fill
;
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
526
if (element is Glyphs || element is Image || (p != null && p.
Fill
is ImageBrush))
1166
background = highlightSegment.
Fill
;
src\Framework\System\Windows\Documents\FixedSOMImage.cs (2)
75
Debug.Assert(path.
Fill
is ImageBrush);
76
ImageSource source = ((ImageBrush)(path.
Fill
)).ImageSource;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
258
obj is Path && ((obj as Path).
Fill
is ImageBrush))
293
bool fill = path.
Fill
!= null;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
832
return p.
Fill
is ImageBrush && p.Data != null;
1441
if (!(child is Path) || ((Path)child).
Fill
is ImageBrush)
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
119
if (p.
Fill
is ImageBrush)
src\Framework\System\Windows\Shapes\Ellipse.cs (1)
198
drawingContext.DrawGeometry(
Fill
, pen, new EllipseGeometry(_rect));
src\Framework\System\Windows\Shapes\Rectangle.cs (1)
245
drawingContext.DrawRoundedRectangle(
Fill
, pen, _rect, RadiusX, RadiusY);
src\Framework\System\Windows\Shapes\Shape.cs (1)
430
drawingContext.DrawGeometry(
Fill
, GetPen(), _renderedGeometry);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
336
this.rubberBand.
Fill
.Opacity = 0.2;