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