6 references to s_cachedBoundsProperty
System.Windows.Forms (6)
System\Windows\Forms\Layout\DefaultLayout.cs (6)
1007if (container.Properties.TryGetValue(s_cachedBoundsProperty, out IDictionary? dictionary)) 1021container is not null && container.Properties.ContainsKey(s_cachedBoundsProperty); 1036if (!container.Properties.TryGetValue(s_cachedBoundsProperty, out IDictionary? dictionary)) 1070private static void ClearCachedBounds(IArrangedElement container) => container.Properties.RemoveValue(s_cachedBoundsProperty); 1076if (!container.Properties.TryGetValue(s_cachedBoundsProperty, out IDictionary? dictionary)) 1078dictionary = container.Properties.AddValue(s_cachedBoundsProperty, new HybridDictionary());