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