1 write to Data
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
578
Data
= geometry
14 references to Data
PresentationFramework (14)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
365
Debug.Assert(marker.
Data
!= null || marker.
Data
== Geometry.Empty, "undefined geometry");
368
GeometryGroup geometry = marker.
Data
as GeometryGroup;
System\Windows\Documents\FixedHighlight.cs (1)
120
return p.
Data
.Bounds;
System\Windows\Documents\FixedPageStructure.cs (2)
349
Rect boundingRect = path.
Data
.Bounds;
596
boundingRect = path.
Data
.Bounds;
System\Windows\Documents\FixedSOMImage.cs (1)
82
Rect sourceRect = path.
Data
.Bounds;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
281
Geometry geom = path.
Data
;
System\Windows\Documents\FixedTextBuilder.cs (4)
806
return p.Fill is ImageBrush && p.
Data
!= null;
1295
g = ((Path)e).
Data
;
1415
if (navUri != null && ((Path)child).
Data
!= null)
1419
Geometry geom = ((Path)child).
Data
;
System\Windows\Documents\FixedTextView.cs (1)
217
Rect bounds = path.
Data
.Bounds;
System\Windows\Shapes\Path.cs (1)
74
Geometry data =
Data
;