Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Controls / Separator.cs / 1 / Separator.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using MS.Internal.KnownBoxes; using System.Windows.Automation.Peers; namespace System.Windows.Controls { ////// Separator control is a simple Control subclass that is used in different styles /// depend on container control. Common usage is inside ListBox, ComboBox, MenuItem and ToolBar. /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] // cannot be read & localized as string public class Separator : Control { static Separator() { DefaultStyleKeyProperty.OverrideMetadata(typeof(Separator), new FrameworkPropertyMetadata(typeof(Separator))); _dType = DependencyObjectType.FromSystemTypeInternal(typeof(Separator)); IsEnabledProperty.OverrideMetadata(typeof(Separator), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox)); } internal static void PrepareContainer(Control container) { if (container != null) { // Disable the control and set the alignment to stretch container.IsEnabled = false; container.HorizontalContentAlignment = HorizontalAlignment.Stretch; } } ////// Creates AutomationPeer ( protected override AutomationPeer OnCreateAutomationPeer() { return new SeparatorAutomationPeer(this); } #region DTypeThemeStyleKey // Returns the DependencyObjectType for the registered ThemeStyleKey's default // value. Controls will override this method to return approriate types. internal override DependencyObjectType DTypeThemeStyleKey { get { return _dType; } } private static DependencyObjectType _dType; #endregion DTypeThemeStyleKey } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using MS.Internal.KnownBoxes; using System.Windows.Automation.Peers; namespace System.Windows.Controls { ///) /// /// Separator control is a simple Control subclass that is used in different styles /// depend on container control. Common usage is inside ListBox, ComboBox, MenuItem and ToolBar. /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] // cannot be read & localized as string public class Separator : Control { static Separator() { DefaultStyleKeyProperty.OverrideMetadata(typeof(Separator), new FrameworkPropertyMetadata(typeof(Separator))); _dType = DependencyObjectType.FromSystemTypeInternal(typeof(Separator)); IsEnabledProperty.OverrideMetadata(typeof(Separator), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox)); } internal static void PrepareContainer(Control container) { if (container != null) { // Disable the control and set the alignment to stretch container.IsEnabled = false; container.HorizontalContentAlignment = HorizontalAlignment.Stretch; } } ////// Creates AutomationPeer ( protected override AutomationPeer OnCreateAutomationPeer() { return new SeparatorAutomationPeer(this); } #region DTypeThemeStyleKey // Returns the DependencyObjectType for the registered ThemeStyleKey's default // value. Controls will override this method to return approriate types. internal override DependencyObjectType DTypeThemeStyleKey { get { return _dType; } } private static DependencyObjectType _dType; #endregion DTypeThemeStyleKey } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.) ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SchemaElementLookUpTable.cs
- ConnectionPoint.cs
- Bind.cs
- UInt16Converter.cs
- RoleServiceManager.cs
- BufferedReadStream.cs
- XmlNotation.cs
- ApplicationFileParser.cs
- TextRangeProviderWrapper.cs
- DoubleConverter.cs
- KeyInfo.cs
- OrderByQueryOptionExpression.cs
- DataServiceHostFactory.cs
- HasCopySemanticsAttribute.cs
- QilStrConcat.cs
- HtmlTableRow.cs
- Package.cs
- PowerModeChangedEventArgs.cs
- WebConfigurationHost.cs
- Component.cs
- BlurBitmapEffect.cs
- PointLight.cs
- SqlBuilder.cs
- CellParaClient.cs
- UnSafeCharBuffer.cs
- SqlDataSourceCache.cs
- DataGridViewCheckBoxCell.cs
- AgileSafeNativeMemoryHandle.cs
- DropSource.cs
- InstanceCompleteException.cs
- ProtectedConfiguration.cs
- DBSqlParserTable.cs
- ParameterExpression.cs
- HtmlInputCheckBox.cs
- DesignTimeParseData.cs
- SimplePropertyEntry.cs
- EventPrivateKey.cs
- HostDesigntimeLicenseContext.cs
- OdbcParameterCollection.cs
- XhtmlConformanceSection.cs
- WebPartConnectionsEventArgs.cs
- TimeSpan.cs
- DateTimeConverter2.cs
- InputLanguageEventArgs.cs
- AssemblyCollection.cs
- PatternMatcher.cs
- ToolStripItemCollection.cs
- EntityDataSourceContextCreatingEventArgs.cs
- ScriptingProfileServiceSection.cs
- ValueTypeFixupInfo.cs
- TextDecoration.cs
- MetadataItemCollectionFactory.cs
- ObjectDataSourceEventArgs.cs
- UInt32.cs
- InvalidAsynchronousStateException.cs
- SchemaEntity.cs
- RichTextBoxAutomationPeer.cs
- AndCondition.cs
- TextUtf8RawTextWriter.cs
- DataStorage.cs
- EntityDataSourceChangingEventArgs.cs
- TraceUtility.cs
- OpCellTreeNode.cs
- GridEntry.cs
- Site.cs
- SqlCacheDependency.cs
- NavigatingCancelEventArgs.cs
- Latin1Encoding.cs
- PiiTraceSource.cs
- ErrorEventArgs.cs
- SchemaElementLookUpTableEnumerator.cs
- _OSSOCK.cs
- PathGeometry.cs
- DoubleCollectionValueSerializer.cs
- WindowsGraphics2.cs
- ExceptionCollection.cs
- TextBox.cs
- PackWebRequestFactory.cs
- HashStream.cs
- AbstractDataSvcMapFileLoader.cs
- SessionStateModule.cs
- LockedBorderGlyph.cs
- PassportIdentity.cs
- SqlDataSourceSelectingEventArgs.cs
- DecoderExceptionFallback.cs
- TypeLibConverter.cs
- SubMenuStyle.cs
- TagMapInfo.cs
- GCHandleCookieTable.cs
- JsonServiceDocumentSerializer.cs
- NullableBoolConverter.cs
- MiniMapControl.xaml.cs
- ResourcesGenerator.cs
- CryptoApi.cs
- TextServicesCompartment.cs
- TCEAdapterGenerator.cs
- BaseDataBoundControl.cs
- SendOperation.cs
- SqlUDTStorage.cs
- DependencyPropertyKind.cs