2 instantiations of AnchorInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (2)
544
anchorInfo = new
AnchorInfo
();
557
AnchorInfo oldAnchorInfo = new
AnchorInfo
();
7 references to AnchorInfo
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (7)
134
AnchorInfo
layout = GetAnchorInfo(element);
542
AnchorInfo
anchorInfo = GetAnchorInfo(element);
557
AnchorInfo
oldAnchorInfo = new AnchorInfo();
701
AnchorInfo
anchorInfo = GetAnchorInfo(element);
787
private static
AnchorInfo
GetAnchorInfo(IArrangedElement element) {
788
return (
AnchorInfo
) element.Properties.GetObject(_layoutInfoProperty);
791
private static void SetAnchorInfo(IArrangedElement element,
AnchorInfo
value) {