4 references to HasCachedBounds
System.Windows.Forms (4)
System\Windows\Forms\Layout\DefaultLayout.cs (4)
376
Debug.Assert(!
HasCachedBounds
(container), "Do not call this method with an active cached bounds list.");
712
Debug.Assert(!
HasCachedBounds
(element.Container), "Do not call this method with an active cached bounds list.");
935
Debug.Assert(!
HasCachedBounds
(element.Container), "Do not call this method with an active cached bounds list.");
1105
Debug.Assert(!
HasCachedBounds
(container), "Do not call this method with an active cached bounds list.");