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