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)
44
:
base
()
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
52
:
base
()
System\Windows\Input\KeyboardNavigation.cs (1)
521
Canvas canvas = new
Canvas
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2541
DefaultConstructor = delegate () { return new System.Windows.Controls.
Canvas
(); },
System\Windows\Markup\KnownTypes.cs (1)
1152
case KnownElements.Canvas: o = new System.Windows.Controls.
Canvas
(); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2419
Canvas canvas = new
Canvas
();