7 writes to Fill
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
887Fill = OwnerColor;
System\Windows\Controls\BorderGapMaskConverter.cs (3)
105rectColumn1.Fill = Brushes.Black; 106rectColumn2.Fill = Brushes.Black; 107rectColumn3.Fill = Brushes.Black;
System\Windows\Controls\ComboBox.cs (1)
934Fill = visualBrush,
PresentationUI (1)
MS\Internal\Documents\Application\StatusInfoItem.cs (1)
167_infoBarIcon.Fill = resources.Image;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
577Fill = visualBrush,
14 references to Fill
PresentationFramework (13)
System\Windows\Controls\ComboBox.cs (1)
971VisualBrush visualBrush = (VisualBrush)rect.Fill;
System\Windows\Documents\FixedDocument.cs (2)
489if (element is Glyphs || element is Image || (p != null && p.Fill is ImageBrush)) 1121background = highlightSegment.Fill;
System\Windows\Documents\FixedSOMImage.cs (2)
68Debug.Assert(path.Fill is ImageBrush); 69ImageSource source = ((ImageBrush)(path.Fill)).ImageSource;
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
250obj is Path && ((obj as Path).Fill is ImageBrush)) 282bool fill = path.Fill != null;
System\Windows\Documents\FixedTextBuilder.cs (2)
806return p.Fill is ImageBrush && p.Data != null; 1407if (!(child is Path) || ((Path)child).Fill is ImageBrush)
System\Windows\Documents\FixedTextView.cs (1)
102if (p.Fill is ImageBrush)
System\Windows\Shapes\Ellipse.cs (1)
186drawingContext.DrawGeometry(Fill, pen, new EllipseGeometry(_rect));
System\Windows\Shapes\Rectangle.cs (1)
234drawingContext.DrawRoundedRectangle(Fill, pen, _rect, RadiusX, RadiusY);
System\Windows\Shapes\Shape.cs (1)
421drawingContext.DrawGeometry(Fill, GetPen(), _renderedGeometry);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
615VisualBrush visualBrush = (VisualBrush)rect.Fill;