Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / MS / Internal / PriorityChain.cs / 1305600 / 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
- TraceInternal.cs
- Documentation.cs
- ServiceEndpointElement.cs
- HttpResponseInternalWrapper.cs
- ConnectionsZone.cs
- AsyncContentLoadedEventArgs.cs
- _AuthenticationState.cs
- PublishLicense.cs
- IISUnsafeMethods.cs
- IPHostEntry.cs
- WindowsRichEdit.cs
- SafeCloseHandleCritical.cs
- Point3DCollection.cs
- ProfileModule.cs
- SafeCertificateStore.cs
- Grid.cs
- TypeLoadException.cs
- SafeThemeHandle.cs
- SubpageParagraph.cs
- HtmlTableRow.cs
- RoleGroup.cs
- UdpMessageProperty.cs
- XmlSignatureProperties.cs
- BitmapEffectOutputConnector.cs
- BitVec.cs
- MetadataArtifactLoader.cs
- TabPanel.cs
- DependencyProperty.cs
- TraceListeners.cs
- Int32CollectionConverter.cs
- FontUnitConverter.cs
- CodeIndexerExpression.cs
- LinkClickEvent.cs
- UnsettableComboBox.cs
- GiveFeedbackEventArgs.cs
- UserNameSecurityTokenAuthenticator.cs
- QueryExtender.cs
- XPathNodeList.cs
- StorageFunctionMapping.cs
- PerfCounters.cs
- FormCollection.cs
- ProjectedWrapper.cs
- EventEntry.cs
- ListContractAdapter.cs
- XmlSchemaType.cs
- DataGridItemEventArgs.cs
- InputManager.cs
- KeyValueConfigurationElement.cs
- RewritingProcessor.cs
- Exceptions.cs
- NativeWindow.cs
- HwndTarget.cs
- DataGridGeneralPage.cs
- ToolboxItemAttribute.cs
- SqlMethodAttribute.cs
- TextEffectResolver.cs
- IPAddress.cs
- SeparatorAutomationPeer.cs
- XmlSchemaSimpleContentExtension.cs
- InputProcessorProfiles.cs
- BufferAllocator.cs
- CreateRefExpr.cs
- ConstraintCollection.cs
- DataTablePropertyDescriptor.cs
- Int32Animation.cs
- NameSpaceExtractor.cs
- _BasicClient.cs
- ListItemCollection.cs
- ResizeGrip.cs
- HashCoreRequest.cs
- SecurityKeyIdentifier.cs
- SqlXml.cs
- NetworkCredential.cs
- RNGCryptoServiceProvider.cs
- IfAction.cs
- CurrentTimeZone.cs
- PermissionAttributes.cs
- KeyConstraint.cs
- OrderedDictionaryStateHelper.cs
- DataExchangeServiceBinder.cs
- TextTreeTextNode.cs
- PropVariant.cs
- ScriptDescriptor.cs
- HttpResponseHeader.cs
- LoadedEvent.cs
- TabItemAutomationPeer.cs
- CacheDependency.cs
- BamlResourceSerializer.cs
- SchemaHelper.cs
- OleDbTransaction.cs
- ConnectionManagementSection.cs
- BinaryEditor.cs
- AnnotationResource.cs
- _LocalDataStoreMgr.cs
- DataStorage.cs
- GridViewPageEventArgs.cs
- DetailsViewInsertEventArgs.cs
- LogicalTreeHelper.cs
- DataGridViewImageCell.cs
- FastEncoderWindow.cs