Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Automation / Peers / ScrollBarAutomationPeer.cs / 1 / ScrollBarAutomationPeer.cs
using System; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class ScrollBarAutomationPeer : RangeBaseAutomationPeer { /// public ScrollBarAutomationPeer(ScrollBar owner): base(owner) { } /// override protected string GetClassNameCore() { return "ScrollBar"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.ScrollBar; } /// protected override Point GetClickablePointCore() { return new Point(double.NaN, double.NaN); } /// protected override AutomationOrientation GetOrientationCore() { return ((ScrollBar)Owner).Orientation == Orientation.Horizontal ? AutomationOrientation.Horizontal : AutomationOrientation.Vertical; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class ScrollBarAutomationPeer : RangeBaseAutomationPeer { /// public ScrollBarAutomationPeer(ScrollBar owner): base(owner) { } /// override protected string GetClassNameCore() { return "ScrollBar"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.ScrollBar; } /// protected override Point GetClickablePointCore() { return new Point(double.NaN, double.NaN); } /// protected override AutomationOrientation GetOrientationCore() { return ((ScrollBar)Owner).Orientation == Orientation.Horizontal ? AutomationOrientation.Horizontal : AutomationOrientation.Vertical; } } } // 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
- JobCollate.cs
- PassportPrincipal.cs
- HwndTarget.cs
- HostingMessageProperty.cs
- XmlSecureResolver.cs
- ProviderConnectionPointCollection.cs
- AccessKeyManager.cs
- BaseProcessor.cs
- HashHelpers.cs
- PageCatalogPart.cs
- SafeNativeMethods.cs
- _NetRes.cs
- ScriptResourceMapping.cs
- WorkflowStateRollbackService.cs
- ImportCatalogPart.cs
- TextBoxBase.cs
- SecurityTimestamp.cs
- VirtualizedContainerService.cs
- PeerNodeTraceRecord.cs
- ScriptResourceInfo.cs
- QueryStatement.cs
- PathFigure.cs
- Evidence.cs
- ModelTreeEnumerator.cs
- RoleService.cs
- exports.cs
- UrlAuthFailureHandler.cs
- RegexStringValidatorAttribute.cs
- BitmapCodecInfoInternal.cs
- FixedSOMSemanticBox.cs
- ScrollableControlDesigner.cs
- FaultDescriptionCollection.cs
- Header.cs
- Size.cs
- MetadataSource.cs
- WebSysDescriptionAttribute.cs
- nulltextcontainer.cs
- QilBinary.cs
- PointAnimationBase.cs
- GetMemberBinder.cs
- TimersDescriptionAttribute.cs
- ChannelBuilder.cs
- DataSvcMapFile.cs
- DataGridViewRowsRemovedEventArgs.cs
- LineMetrics.cs
- AnimatedTypeHelpers.cs
- DocumentViewerBase.cs
- LoadedOrUnloadedOperation.cs
- WindowsTreeView.cs
- XmlWrappingWriter.cs
- DataShape.cs
- PenLineCapValidation.cs
- MetafileHeaderWmf.cs
- RepeaterItem.cs
- EditBehavior.cs
- NetworkCredential.cs
- WorkflowRuntimeServicesBehavior.cs
- SoundPlayer.cs
- Int32CollectionConverter.cs
- Options.cs
- StructuralType.cs
- XMLSchema.cs
- KnownTypes.cs
- SqlDataSourceStatusEventArgs.cs
- ResourceExpressionBuilder.cs
- PolygonHotSpot.cs
- GradientBrush.cs
- AuthenticationSection.cs
- _ProxyChain.cs
- _NTAuthentication.cs
- Command.cs
- DbConnectionPool.cs
- CultureInfo.cs
- EnvironmentPermission.cs
- SqlDataSourceEnumerator.cs
- Expression.cs
- MulticastDelegate.cs
- RemotingServices.cs
- SymmetricKeyWrap.cs
- EventLogPermissionEntry.cs
- BoundPropertyEntry.cs
- CopyOfAction.cs
- SizeConverter.cs
- ButtonBase.cs
- DragDropHelper.cs
- SecurityKeyUsage.cs
- DataBoundLiteralControl.cs
- ControlLocalizer.cs
- XmlSecureResolver.cs
- SafeWaitHandle.cs
- OdbcRowUpdatingEvent.cs
- InputGestureCollection.cs
- TimelineGroup.cs
- DataGridViewCellConverter.cs
- RowToParametersTransformer.cs
- BehaviorEditorPart.cs
- LOSFormatter.cs
- QuaternionValueSerializer.cs
- x509utils.cs
- VirtualizingStackPanel.cs