public AbsoluteLayout() { Hosting.CompatibilityCheck.CheckForCompatibility(); _children = new AbsoluteElementCollection(InternalChildren, this); _platformConfigurationRegistry = new Lazy <PlatformConfigurationRegistry <AbsoluteLayout> >(() => new PlatformConfigurationRegistry <AbsoluteLayout>(this)); }
public AbsoluteLayout() { _children = new AbsoluteElementCollection(InternalChildren, this); _platformConfigurationRegistry = new Lazy <PlatformConfigurationRegistry <AbsoluteLayout> >(() => new PlatformConfigurationRegistry <AbsoluteLayout>(this)); }
public AbsoluteLayout() { _children = new AbsoluteElementCollection(InternalChildren, this); }