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
- LineGeometry.cs
- SourceFileInfo.cs
- MessageContractMemberAttribute.cs
- recordstatescratchpad.cs
- TableLayoutPanelBehavior.cs
- RectIndependentAnimationStorage.cs
- HiddenFieldDesigner.cs
- PriorityQueue.cs
- DESCryptoServiceProvider.cs
- PartialTrustVisibleAssemblyCollection.cs
- EncryptRequest.cs
- LocalizableResourceBuilder.cs
- DBSchemaTable.cs
- AuthenticatedStream.cs
- ConnectionConsumerAttribute.cs
- MissingFieldException.cs
- ListView.cs
- BoundingRectTracker.cs
- ListMarkerLine.cs
- Pair.cs
- ConnectionManagementSection.cs
- ContextDataSourceView.cs
- ResumeStoryboard.cs
- HttpHandlerActionCollection.cs
- HyperlinkAutomationPeer.cs
- SqlUserDefinedAggregateAttribute.cs
- GridViewSortEventArgs.cs
- SystemSounds.cs
- ReachSerializationUtils.cs
- NativeWindow.cs
- MarkupCompilePass2.cs
- SynchronizedPool.cs
- ClientRolePrincipal.cs
- WorkflowRuntimeEndpoint.cs
- WindowsMenu.cs
- Cursor.cs
- SqlFunctionAttribute.cs
- SignatureDescription.cs
- SortedList.cs
- NamespaceCollection.cs
- RegexCaptureCollection.cs
- DataContractFormatAttribute.cs
- BitStream.cs
- ContentElementAutomationPeer.cs
- SqlDataAdapter.cs
- MethodCallTranslator.cs
- FunctionImportMapping.cs
- SpecialNameAttribute.cs
- AsymmetricAlgorithm.cs
- WebHostedComPlusServiceHost.cs
- Button.cs
- cache.cs
- HashMembershipCondition.cs
- GraphicsState.cs
- SplitterEvent.cs
- AsyncCallback.cs
- ExpressionPrefixAttribute.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- StringSorter.cs
- SchemaExporter.cs
- mediaclock.cs
- ControlAdapter.cs
- _CommandStream.cs
- DbFunctionCommandTree.cs
- WhitespaceRuleReader.cs
- SqlDataSourceConfigureSortForm.cs
- Rotation3DAnimation.cs
- dsa.cs
- EntityDataSourceSelectingEventArgs.cs
- ListViewUpdatedEventArgs.cs
- DecoderBestFitFallback.cs
- ListenerElementsCollection.cs
- CalendarSelectionChangedEventArgs.cs
- PluralizationService.cs
- HitTestDrawingContextWalker.cs
- ThrowHelper.cs
- WebServiceParameterData.cs
- InputLanguageManager.cs
- ClientBuildManager.cs
- AttachedPropertyInfo.cs
- OledbConnectionStringbuilder.cs
- OAVariantLib.cs
- HttpGetClientProtocol.cs
- UIElement.cs
- DocumentViewerAutomationPeer.cs
- EditorPartCollection.cs
- WebPartConnectionsConfigureVerb.cs
- BrowserDefinition.cs
- Activity.cs
- MouseBinding.cs
- HMACSHA512.cs
- XmlBinaryReader.cs
- Profiler.cs
- TextRangeSerialization.cs
- InteropBitmapSource.cs
- ActionFrame.cs
- IsolatedStorageSecurityState.cs
- SqlError.cs
- LocatorPartList.cs
- FolderBrowserDialog.cs