Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Controls / Primitives / StatusBarItem.cs / 1 / StatusBarItem.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System.Windows; using System.Windows.Automation.Peers; using MS.Internal.KnownBoxes; namespace System.Windows.Controls.Primitives { ////// Control that implements a item inside a StatusBar. /// [Localizability(LocalizationCategory.Inherit)] public class StatusBarItem : ContentControl { #region Constructors static StatusBarItem() { DefaultStyleKeyProperty.OverrideMetadata(typeof(StatusBarItem), new FrameworkPropertyMetadata(typeof(StatusBarItem))); _dType = DependencyObjectType.FromSystemTypeInternal(typeof(StatusBarItem)); IsTabStopProperty.OverrideMetadata(typeof(StatusBarItem), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox)); } #endregion #region Accessibility ////// Creates AutomationPeer ( protected override AutomationPeer OnCreateAutomationPeer() { return new StatusBarItemAutomationPeer(this); } #endregion #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 System.Windows; using System.Windows.Automation.Peers; using MS.Internal.KnownBoxes; namespace System.Windows.Controls.Primitives { ///) /// /// Control that implements a item inside a StatusBar. /// [Localizability(LocalizationCategory.Inherit)] public class StatusBarItem : ContentControl { #region Constructors static StatusBarItem() { DefaultStyleKeyProperty.OverrideMetadata(typeof(StatusBarItem), new FrameworkPropertyMetadata(typeof(StatusBarItem))); _dType = DependencyObjectType.FromSystemTypeInternal(typeof(StatusBarItem)); IsTabStopProperty.OverrideMetadata(typeof(StatusBarItem), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox)); } #endregion #region Accessibility ////// Creates AutomationPeer ( protected override AutomationPeer OnCreateAutomationPeer() { return new StatusBarItemAutomationPeer(this); } #endregion #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
- DataServiceRequestException.cs
- AppDomainEvidenceFactory.cs
- Lease.cs
- X509SecurityTokenParameters.cs
- UrlAuthFailedErrorFormatter.cs
- InputDevice.cs
- DbUpdateCommandTree.cs
- DocumentViewerBaseAutomationPeer.cs
- MimeFormatter.cs
- UdpRetransmissionSettings.cs
- SchemaTypeEmitter.cs
- VarInfo.cs
- ErrorRuntimeConfig.cs
- InkCanvasAutomationPeer.cs
- DetailsViewRow.cs
- XPathEmptyIterator.cs
- NameValueFileSectionHandler.cs
- LocalIdKeyIdentifierClause.cs
- TableSectionStyle.cs
- XmlWrappingReader.cs
- InputBuffer.cs
- TableLayoutCellPaintEventArgs.cs
- CrossSiteScriptingValidation.cs
- NGCSerializationManager.cs
- Bind.cs
- FixedSOMLineCollection.cs
- GradientBrush.cs
- CompositeDispatchFormatter.cs
- TypedElement.cs
- TreeNode.cs
- ProtocolsSection.cs
- PageMediaType.cs
- PositiveTimeSpanValidatorAttribute.cs
- StoreAnnotationsMap.cs
- ViewSimplifier.cs
- Control.cs
- DefaultBindingPropertyAttribute.cs
- PenCursorManager.cs
- Html32TextWriter.cs
- odbcmetadatacolumnnames.cs
- ApplicationDirectory.cs
- DataRowCollection.cs
- ListViewInsertedEventArgs.cs
- RuleInfoComparer.cs
- dataSvcMapFileLoader.cs
- SchemaSetCompiler.cs
- ColumnResizeAdorner.cs
- IndexerNameAttribute.cs
- shaperfactoryquerycacheentry.cs
- IDReferencePropertyAttribute.cs
- FontFamilyIdentifier.cs
- UInt16Converter.cs
- invalidudtexception.cs
- X509CertificateTrustedIssuerElementCollection.cs
- AddingNewEventArgs.cs
- CheckBoxList.cs
- ExpressionConverter.cs
- ManipulationPivot.cs
- baseaxisquery.cs
- VariantWrapper.cs
- VolatileResourceManager.cs
- EmptyCollection.cs
- Process.cs
- ArrangedElement.cs
- Pen.cs
- ScriptReference.cs
- SafeLocalMemHandle.cs
- UserMapPath.cs
- JsonFormatGeneratorStatics.cs
- LogicalExpr.cs
- KeyPullup.cs
- CompilerHelpers.cs
- PropertyPathConverter.cs
- VideoDrawing.cs
- InkCanvasSelectionAdorner.cs
- ColumnMapProcessor.cs
- ToolStripGrip.cs
- WebHttpBindingElement.cs
- RectangleGeometry.cs
- XmlILCommand.cs
- TransactionManager.cs
- StyleCollectionEditor.cs
- XmlAttributeCollection.cs
- DataGridViewRowPostPaintEventArgs.cs
- Point3DAnimation.cs
- SqlConnectionHelper.cs
- Vector3DCollection.cs
- Win32Native.cs
- BlobPersonalizationState.cs
- ColumnHeader.cs
- NativeActivityFaultContext.cs
- Stylus.cs
- InvalidCastException.cs
- VarRefManager.cs
- SafeNativeMethods.cs
- MediaElement.cs
- Win32PrintDialog.cs
- FormatSelectingMessageInspector.cs
- ObjectDataSourceFilteringEventArgs.cs
- Point3DCollectionConverter.cs