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