7 writes to Fill
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
884
Fill
= OwnerColor;
System\Windows\Controls\BorderGapMaskConverter.cs (3)
104
rectColumn1.
Fill
= Brushes.Black;
105
rectColumn2.
Fill
= Brushes.Black;
106
rectColumn3.
Fill
= Brushes.Black;
System\Windows\Controls\ComboBox.cs (1)
925
Fill
= visualBrush,
PresentationUI (1)
MS\Internal\Documents\Application\StatusInfoItem.cs (1)
166
_infoBarIcon.
Fill
= resources.Image;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
575
Fill
= visualBrush,
14 references to Fill
PresentationFramework (13)
System\Windows\Controls\ComboBox.cs (1)
962
VisualBrush visualBrush = (VisualBrush)rect.
Fill
;
System\Windows\Documents\FixedDocument.cs (2)
488
if (element is Glyphs || element is Image || (p != null && p.
Fill
is ImageBrush))
1120
background = highlightSegment.
Fill
;
System\Windows\Documents\FixedSOMImage.cs (2)
67
Debug.Assert(path.
Fill
is ImageBrush);
68
ImageSource source = ((ImageBrush)(path.
Fill
)).ImageSource;
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
249
obj is Path && ((obj as Path).
Fill
is ImageBrush))
281
bool fill = path.
Fill
!= null;
System\Windows\Documents\FixedTextBuilder.cs (2)
805
return p.
Fill
is ImageBrush && p.Data != null;
1403
if (!(child is Path) || ((Path)child).
Fill
is ImageBrush)
System\Windows\Documents\FixedTextView.cs (1)
101
if (p.
Fill
is ImageBrush)
System\Windows\Shapes\Ellipse.cs (1)
185
drawingContext.DrawGeometry(
Fill
, pen, new EllipseGeometry(_rect));
System\Windows\Shapes\Rectangle.cs (1)
233
drawingContext.DrawRoundedRectangle(
Fill
, pen, _rect, RadiusX, RadiusY);
System\Windows\Shapes\Shape.cs (1)
420
drawingContext.DrawGeometry(
Fill
, GetPen(), _renderedGeometry);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
613
VisualBrush visualBrush = (VisualBrush)rect.
Fill
;