Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Base / MS / Internal / PriorityChain.cs / 1 / PriorityChain.cs
using System; using System.Collections; namespace System.Windows.Threading { internal class PriorityChain{ public PriorityChain(DispatcherPriority priority) // NOTE: should be Priority { _priority = priority; } public DispatcherPriority Priority {get{return _priority;} set{_priority = value;}} // NOTE: should be Priority public int Count {get{return _count;} set{_count=value;}} public PriorityItem Head {get{return _head;} set{_head=value;}} public PriorityItem Tail {get{return _tail;} set{_tail=value;}} private PriorityItem _head; private PriorityItem _tail; private DispatcherPriority _priority; private int _count; } } // 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
- ComponentEditorForm.cs
- SqlParameterCollection.cs
- Exceptions.cs
- WSSecureConversationFeb2005.cs
- MultiBinding.cs
- SqlBulkCopy.cs
- ResourceCollectionInfo.cs
- GridViewAutoFormat.cs
- UnsafeNativeMethodsMilCoreApi.cs
- OptimisticConcurrencyException.cs
- UnitySerializationHolder.cs
- _PooledStream.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- DependencyPropertyDescriptor.cs
- XmlSequenceWriter.cs
- ReadWriteObjectLock.cs
- PrintDialog.cs
- Int16KeyFrameCollection.cs
- DetailsViewRowCollection.cs
- InputElement.cs
- StructuralCache.cs
- WeakReferenceList.cs
- ValueType.cs
- AssociatedControlConverter.cs
- LocalBuilder.cs
- IisTraceWebEventProvider.cs
- SmtpAuthenticationManager.cs
- MediaCommands.cs
- DbConnectionPoolGroup.cs
- UiaCoreProviderApi.cs
- RulePatternOps.cs
- latinshape.cs
- XPathNodePointer.cs
- RectAnimationClockResource.cs
- UnauthorizedAccessException.cs
- SqlConnection.cs
- DataObject.cs
- BamlRecordHelper.cs
- Decoder.cs
- TrustManagerMoreInformation.cs
- TrackBarDesigner.cs
- SqlGenericUtil.cs
- TypeConverterValueSerializer.cs
- Size.cs
- MenuItemAutomationPeer.cs
- SafeArrayTypeMismatchException.cs
- CurrencyWrapper.cs
- DataColumnMapping.cs
- DocumentDesigner.cs
- OutputScopeManager.cs
- Rotation3DKeyFrameCollection.cs
- FixedSOMLineCollection.cs
- LocalFileSettingsProvider.cs
- TCPClient.cs
- DynamicObject.cs
- CodeGroup.cs
- XPathItem.cs
- HttpModuleActionCollection.cs
- GlyphElement.cs
- ImageClickEventArgs.cs
- ParagraphVisual.cs
- WeakRefEnumerator.cs
- EncoderParameter.cs
- XmlSerializerVersionAttribute.cs
- PointCollection.cs
- UnsafeNativeMethodsPenimc.cs
- ExpressionBuilderCollection.cs
- PageTheme.cs
- Utility.cs
- FontDifferentiator.cs
- MetadataCache.cs
- ReferenceSchema.cs
- HtmlTernaryTree.cs
- MemoryFailPoint.cs
- TriggerCollection.cs
- TdsParserStateObject.cs
- BookmarkUndoUnit.cs
- MappingException.cs
- IIS7UserPrincipal.cs
- SystemIPInterfaceStatistics.cs
- ActivityCodeDomSerializer.cs
- DerivedKeySecurityTokenStub.cs
- DeviceOverridableAttribute.cs
- UnknownBitmapDecoder.cs
- HTMLTagNameToTypeMapper.cs
- DrawingVisual.cs
- Point3DCollectionValueSerializer.cs
- QuaternionAnimation.cs
- FactoryRecord.cs
- RootProfilePropertySettingsCollection.cs
- ThreadAbortException.cs
- MessageQueue.cs
- ProxySimple.cs
- OutputWindow.cs
- LinqDataSourceContextData.cs
- Operator.cs
- IdentityManager.cs
- AccessorTable.cs
- HttpApplication.cs
- AuthenticationService.cs