1 write to Data
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
583
marker.
Data
= geometry;
14 references to Data
PresentationFramework (14)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
371
Debug.Assert(marker.
Data
!= null || marker.
Data
== Geometry.Empty, "undefined geometry");
374
GeometryGroup geometry = marker.
Data
as GeometryGroup;
System\Windows\Documents\FixedHighlight.cs (1)
125
return p.
Data
.Bounds;
System\Windows\Documents\FixedPageStructure.cs (2)
355
Rect boundingRect = path.
Data
.Bounds;
602
boundingRect = path.
Data
.Bounds;
System\Windows\Documents\FixedSOMImage.cs (1)
84
Rect sourceRect = path.
Data
.Bounds;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
284
Geometry geom = path.
Data
;
System\Windows\Documents\FixedTextBuilder.cs (4)
812
return p.Fill is ImageBrush && p.
Data
!= null;
1301
g = ((Path)e).
Data
;
1421
if (navUri != null && ((Path)child).
Data
!= null)
1425
Geometry geom = ((Path)child).
Data
;
System\Windows\Documents\FixedTextView.cs (1)
230
Rect bounds = path.
Data
.Bounds;
System\Windows\Shapes\Path.cs (1)
81
Geometry data =
Data
;