1 write to Data
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
575
Data
= geometry
14 references to Data
PresentationFramework (14)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
364
Debug.Assert(marker.
Data
!= null || marker.
Data
== Geometry.Empty, "undefined geometry");
367
GeometryGroup geometry = marker.
Data
as GeometryGroup;
System\Windows\Documents\FixedHighlight.cs (1)
119
return p.
Data
.Bounds;
System\Windows\Documents\FixedPageStructure.cs (2)
348
Rect boundingRect = path.
Data
.Bounds;
595
boundingRect = path.
Data
.Bounds;
System\Windows\Documents\FixedSOMImage.cs (1)
81
Rect sourceRect = path.
Data
.Bounds;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
280
Geometry geom = path.
Data
;
System\Windows\Documents\FixedTextBuilder.cs (4)
805
return p.Fill is ImageBrush && p.
Data
!= null;
1291
g = ((Path)e).
Data
;
1411
if (navUri != null && ((Path)child).
Data
!= null)
1415
Geometry geom = ((Path)child).
Data
;
System\Windows\Documents\FixedTextView.cs (1)
216
Rect bounds = path.
Data
.Bounds;
System\Windows\Shapes\Path.cs (1)
73
Geometry data =
Data
;