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