2 writes to dockingBehavior
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DockingAttribute.cs (2)
26
this.
dockingBehavior
= DockingBehavior.Never;
36
this.
dockingBehavior
= dockingBehavior;
3 references to dockingBehavior
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DockingAttribute.cs (3)
56
return
dockingBehavior
;
71
return (other != null) && other.DockingBehavior == this.
dockingBehavior
;
79
return
dockingBehavior
.GetHashCode();