5 references to SetDock
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
184DockPanel.SetDock(border, Dock.Bottom);
PresentationFramework (2)
System\Windows\Controls\DockPanel.cs (2)
57/// A <see cref="System.Windows.Controls.Dock" /> enum (see <see cref="SetDock" /> and <see cref="GetDock" />) 175/// <seealso cref="DockPanel.SetDock" />
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\InternalOptionsControl.cs (2)
104DockPanel.SetDock(searchPanel, Dock.Top); 105DockPanel.SetDock(selectionPanel, Dock.Bottom);