2 references to xTranslateAnchorValue
System.Windows.Forms (2)
System\Windows\Forms\Layout\CommonProperties.cs (2)
544
value = mode == DockAnchorMode.Anchor ?
xTranslateAnchorValue
(value) : DefaultAnchor;
599
state[s_dockAndAnchorSection] = (int)
xTranslateAnchorValue
(value);