8 references to Canvas
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
174
_canvas = new
Canvas
()
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
64
_mainCanvas = new
Canvas
{ ClipToBounds = true, Width = HeightAndWidthOfMargin };
PresentationFramework (5)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
53
:
base
()
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
59
:
base
()
System\Windows\Input\KeyboardNavigation.cs (1)
530
Canvas canvas = new
Canvas
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2443
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
Canvas
(); };
System\Windows\Markup\KnownTypes.cs (1)
1159
case KnownElements.Canvas: o = new System.Windows.Controls.
Canvas
(); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2427
Canvas canvas = new
Canvas
();