3 instantiations of Path
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
601
Path marker = new
Path
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7342
bamlType.DefaultConstructor = delegate() { return new System.Windows.Shapes.
Path
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1441
case KnownElements.Path: o = new System.Windows.Shapes.
Path
(); break;
49 references to Path
PresentationFramework (49)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (7)
379
private void SetMarkerTransform(
Path
marker, ITextPointer anchor, ITextPointer baseAnchor, int xScaleFactor)
598
private
Path
CreateMarker(Geometry geometry)
601
Path
marker = new Path();
607
marker.SetBinding(
Path
.StrokeProperty, markerStroke);
610
marker.SetBinding(
Path
.StrokeThicknessProperty, markerStrokeThickness);
1193
private
Path
_leftMarker; //The path element to visualize left bracket
1194
private
Path
_rightMarker; //The path element to visualize right bracket
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
525
System.Windows.Shapes.
Path
p = element as System.Windows.Shapes.
Path
;
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (1)
245
if (fen.uiElement is Glyphs || fen.uiElement is
Path
||
src\Framework\System\Windows\Documents\FixedHighlight.cs (2)
125
Path
p = _element as
Path
;
src\Framework\System\Windows\Documents\FixedSOMElement.cs (2)
104
else if (uiElement is
Path
)
106
element = FixedSOMImage.Create(page, uiElement as
Path
, fixedNode);
src\Framework\System\Windows\Documents\FixedSOMImage.cs (1)
73
public static FixedSOMImage Create(FixedPage page,
Path
path, FixedNode fixedNode)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (6)
258
obj is
Path
&& ((obj as
Path
).Fill is ImageBrush))
285
public void ProcessPath(
Path
path, Matrix transform)
382
Debug.Assert(obj is Image || obj is
Path
);
393
Path
path = obj as
Path
;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (11)
33
using Path=System.Windows.Shapes.
Path
;
829
System.Windows.Shapes.
Path
p = o as System.Windows.Shapes.
Path
;
993
else if (constructLines && elements.Current is
Path
)
995
pageStructure.PageConstructor.ProcessPath(elements.Current as
Path
, transform);
1326
else if (e is
Path
)
1328
g = ((
Path
)e).Data;
1441
if (!(child is
Path
) || ((
Path
)child).Fill is ImageBrush)
1449
if (navUri != null && ((
Path
)child).Data != null)
1453
Geometry geom = ((
Path
)child).Data;
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
453
if (o is Image || o is
Path
)
src\Framework\System\Windows\Documents\FixedTextView.cs (7)
116
else if (e is
Path
)
118
Path
p = (
Path
)e;
234
else if (element is
Path
)
236
Path
path = (
Path
)element;
474
else if (element is Image || element is
Path
)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
949
if (fe != null && ((fe is
Path
) || (fe is Canvas) || (fe is Glyphs) || (fe is FixedPage)))
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
534
case 442: t = () => typeof(
Path
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
3156
Type type = typeof(System.Windows.Shapes.
Path
);
3157
DependencyProperty dp = System.Windows.Shapes.
Path
.DataProperty;
3159
this.GetXamlType(typeof(System.Windows.Shapes.
Path
)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7340
typeof(System.Windows.Shapes.
Path
),
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1855
return System.Windows.Shapes.
Path
.DataProperty;
5986
case KnownElements.Path: t = typeof(System.Windows.Shapes.
Path
); break;
src\Framework\System\Windows\Shapes\Path.cs (1)
55
typeof(
Path
),