6 references to s_cachedBoundsProperty
System.Windows.Forms (6)
System\Windows\Forms\Layout\DefaultLayout.cs (6)
1006if (container.Properties.TryGetValue(s_cachedBoundsProperty, out IDictionary? dictionary)) 1020container is not null && container.Properties.ContainsKey(s_cachedBoundsProperty); 1035if (!container.Properties.TryGetValue(s_cachedBoundsProperty, out IDictionary? dictionary)) 1069private static void ClearCachedBounds(IArrangedElement container) => container.Properties.RemoveValue(s_cachedBoundsProperty); 1075if (!container.Properties.TryGetValue(s_cachedBoundsProperty, out IDictionary? dictionary)) 1077dictionary = container.Properties.AddValue(s_cachedBoundsProperty, new HybridDictionary());