1 write to Data
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
602marker.Data = geometry;
12 references to Data
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
386Debug.Assert(marker.Data != null || marker.Data == Geometry.Empty, "undefined geometry"); 389GeometryGroup geometry = marker.Data as GeometryGroup;
src\Framework\System\Windows\Documents\FixedHighlight.cs (1)
128return p.Data.Bounds;
src\Framework\System\Windows\Documents\FixedSOMImage.cs (1)
89Rect sourceRect = path.Data.Bounds;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
292Geometry geom = path.Data;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (4)
832return p.Fill is ImageBrush && p.Data != null; 1328g = ((Path)e).Data; 1449if (navUri != null && ((Path)child).Data != null) 1453Geometry geom = ((Path)child).Data;
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
238Rect bounds = path.Data.Bounds;
src\Framework\System\Windows\Shapes\Path.cs (1)
86Geometry data = Data;