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)
530Canvas canvas = new Canvas();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2443bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Canvas(); };
System\Windows\Markup\KnownTypes.cs (1)
1159case KnownElements.Canvas: o = new System.Windows.Controls.Canvas(); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2427Canvas canvas = new Canvas();