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