Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / Layout / LayoutEngine.cs / 1 / LayoutEngine.cs
//#define LAYOUT_PERFWATCH //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.Layout { using System; using System.Collections; using System.Collections.Specialized; using System.ComponentModel; using System.Drawing; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Security.Permissions; ///public abstract class LayoutEngine { internal IArrangedElement CastToArrangedElement(object obj) { IArrangedElement element = obj as IArrangedElement; if(obj == null) { throw new NotSupportedException(SR.GetString(SR.LayoutEngineUnsupportedType, obj.GetType())); } return element; } internal virtual Size GetPreferredSize(IArrangedElement container, Size proposedConstraints) { return Size.Empty; } /// public virtual void InitLayout(object child, BoundsSpecified specified) { InitLayoutCore(CastToArrangedElement(child), specified); } internal virtual void InitLayoutCore(IArrangedElement element, BoundsSpecified bounds) {} internal virtual void ProcessSuspendedLayoutEventArgs(IArrangedElement container, LayoutEventArgs args) {} #if LAYOUT_PERFWATCH private static int LayoutWatch = 100; #endif /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] public virtual bool Layout(object container, LayoutEventArgs layoutEventArgs) { #if LAYOUT_PERFWATCH Debug.WriteLine(container.GetType().Name + "::Layout(" + (layoutEventArgs.AffectedControl != null ? layoutEventArgs.AffectedControl.Name : "null") + ", " + layoutEventArgs.AffectedProperty + ")"); Debug.Indent(); Stopwatch sw = new Stopwatch(); sw.Start(); #endif bool parentNeedsLayout = LayoutCore(CastToArrangedElement(container), layoutEventArgs); #if LAYOUT_PERFWATCH sw.Stop(); if (sw.ElapsedMilliseconds > LayoutWatch && Debugger.IsAttached) { Debugger.Break(); } Debug.Unindent(); Debug.WriteLine(container.GetType().Name + "::Layout elapsed " + sw.ElapsedMilliseconds.ToString() + " returned: " + parentNeedsLayout); #endif return parentNeedsLayout; } internal virtual bool LayoutCore(IArrangedElement container, LayoutEventArgs layoutEventArgs) { return false; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //#define LAYOUT_PERFWATCH //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.Layout { using System; using System.Collections; using System.Collections.Specialized; using System.ComponentModel; using System.Drawing; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Security.Permissions; ///public abstract class LayoutEngine { internal IArrangedElement CastToArrangedElement(object obj) { IArrangedElement element = obj as IArrangedElement; if(obj == null) { throw new NotSupportedException(SR.GetString(SR.LayoutEngineUnsupportedType, obj.GetType())); } return element; } internal virtual Size GetPreferredSize(IArrangedElement container, Size proposedConstraints) { return Size.Empty; } /// public virtual void InitLayout(object child, BoundsSpecified specified) { InitLayoutCore(CastToArrangedElement(child), specified); } internal virtual void InitLayoutCore(IArrangedElement element, BoundsSpecified bounds) {} internal virtual void ProcessSuspendedLayoutEventArgs(IArrangedElement container, LayoutEventArgs args) {} #if LAYOUT_PERFWATCH private static int LayoutWatch = 100; #endif /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] public virtual bool Layout(object container, LayoutEventArgs layoutEventArgs) { #if LAYOUT_PERFWATCH Debug.WriteLine(container.GetType().Name + "::Layout(" + (layoutEventArgs.AffectedControl != null ? layoutEventArgs.AffectedControl.Name : "null") + ", " + layoutEventArgs.AffectedProperty + ")"); Debug.Indent(); Stopwatch sw = new Stopwatch(); sw.Start(); #endif bool parentNeedsLayout = LayoutCore(CastToArrangedElement(container), layoutEventArgs); #if LAYOUT_PERFWATCH sw.Stop(); if (sw.ElapsedMilliseconds > LayoutWatch && Debugger.IsAttached) { Debugger.Break(); } Debug.Unindent(); Debug.WriteLine(container.GetType().Name + "::Layout elapsed " + sw.ElapsedMilliseconds.ToString() + " returned: " + parentNeedsLayout); #endif return parentNeedsLayout; } internal virtual bool LayoutCore(IArrangedElement container, LayoutEventArgs layoutEventArgs) { return false; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProcessManager.cs
- ScriptManagerProxy.cs
- SQLStringStorage.cs
- AstTree.cs
- COM2ExtendedBrowsingHandler.cs
- KeyManager.cs
- _NegoStream.cs
- ChannelServices.cs
- OleDbRowUpdatedEvent.cs
- SubstitutionList.cs
- UnsafeNativeMethods.cs
- ToolboxCategory.cs
- HandlerBase.cs
- DocobjHost.cs
- DesignerOptionService.cs
- ResourceCategoryAttribute.cs
- Style.cs
- TraceFilter.cs
- XmlSequenceWriter.cs
- GeneralTransform3D.cs
- Page.cs
- FieldBuilder.cs
- MatrixConverter.cs
- XmlDocumentSerializer.cs
- Cloud.cs
- SendMailErrorEventArgs.cs
- Matrix.cs
- WebPartDisplayModeEventArgs.cs
- CodeSubDirectoriesCollection.cs
- ObjectSecurity.cs
- TextModifierScope.cs
- SqlClientWrapperSmiStreamChars.cs
- EventPropertyMap.cs
- XmlTextAttribute.cs
- MappingItemCollection.cs
- StagingAreaInputItem.cs
- CharacterHit.cs
- WMICapabilities.cs
- DbRetry.cs
- DuplexChannelBinder.cs
- WebSysDefaultValueAttribute.cs
- MD5Cng.cs
- LambdaCompiler.Expressions.cs
- SelectorItemAutomationPeer.cs
- DbConnectionPoolGroupProviderInfo.cs
- DockPanel.cs
- OracleConnectionStringBuilder.cs
- IPPacketInformation.cs
- GridViewColumnHeaderAutomationPeer.cs
- SevenBitStream.cs
- Axis.cs
- DynamicQueryableWrapper.cs
- Select.cs
- BrowserTree.cs
- XmlSchemaAttribute.cs
- EventLogTraceListener.cs
- ToolStripDropDownButton.cs
- XmlSchemaImporter.cs
- SingleTagSectionHandler.cs
- TreeNode.cs
- CurrencyWrapper.cs
- XmlArrayItemAttribute.cs
- DefaultBinder.cs
- XslNumber.cs
- OdbcStatementHandle.cs
- ExceptionHelpers.cs
- TreeNodeStyle.cs
- MessageQueueConverter.cs
- HwndSource.cs
- GridViewCommandEventArgs.cs
- XsltContext.cs
- Registry.cs
- TextProperties.cs
- TdsParameterSetter.cs
- XmlSchemaSimpleTypeList.cs
- LinearGradientBrush.cs
- Command.cs
- DynamicResourceExtensionConverter.cs
- UserControl.cs
- KnownAssembliesSet.cs
- SelectionList.cs
- QilBinary.cs
- RegionIterator.cs
- DataControlFieldHeaderCell.cs
- HMACMD5.cs
- MethodBody.cs
- MessageDecoder.cs
- LabelAutomationPeer.cs
- KeyProperty.cs
- RangeEnumerable.cs
- FactoryMaker.cs
- StrokeFIndices.cs
- Mapping.cs
- KeyValueConfigurationCollection.cs
- _NegoState.cs
- DefaultHttpHandler.cs
- ResourceManager.cs
- Span.cs
- DelegateHelpers.Generated.cs
- ShaderEffect.cs