6 references to _cachedBoundsProperty
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (6)
716IDictionary dictionary = (IDictionary) element.Container.Properties.GetObject(_cachedBoundsProperty); 728return container != null && container.Properties.GetObject(_cachedBoundsProperty) != null; 743IDictionary dictionary = (IDictionary) container.Properties.GetObject(_cachedBoundsProperty); 773container.Properties.SetObject(_cachedBoundsProperty, null); 778IDictionary dictionary = (IDictionary) element.Container.Properties.GetObject(_cachedBoundsProperty); 781element.Container.Properties.SetObject(_cachedBoundsProperty, dictionary);