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
- MessageBox.cs
- Propagator.Evaluator.cs
- CodeTypeReferenceCollection.cs
- ElementProxy.cs
- ValidatorCollection.cs
- LayoutInformation.cs
- BinHexEncoding.cs
- Typeface.cs
- SimpleWebHandlerParser.cs
- SafeCryptHandles.cs
- SafeSecurityHelper.cs
- OleDbRowUpdatedEvent.cs
- MulticastDelegate.cs
- XmlNodeChangedEventManager.cs
- GridPattern.cs
- EntityDataSourceUtil.cs
- BindingNavigator.cs
- GridItemProviderWrapper.cs
- ChangePasswordAutoFormat.cs
- ErrorWrapper.cs
- ToolboxItemCollection.cs
- Wizard.cs
- HtmlHead.cs
- Literal.cs
- PropertyTab.cs
- TypeElementCollection.cs
- StyleReferenceConverter.cs
- WebResourceAttribute.cs
- RequestTimeoutManager.cs
- ControlPropertyNameConverter.cs
- StandardBindingElement.cs
- ACE.cs
- OSFeature.cs
- CharKeyFrameCollection.cs
- FlatButtonAppearance.cs
- ResourceDisplayNameAttribute.cs
- PerfService.cs
- HtmlTableCell.cs
- XsltInput.cs
- EllipticalNodeOperations.cs
- HttpListenerTimeoutManager.cs
- CultureInfo.cs
- ButtonBaseAutomationPeer.cs
- Pair.cs
- RichTextBox.cs
- HighlightVisual.cs
- DataSourceHelper.cs
- NetCodeGroup.cs
- ADMembershipProvider.cs
- NameScope.cs
- PathFigureCollectionValueSerializer.cs
- Matrix3DValueSerializer.cs
- OutputCacheModule.cs
- ContentPosition.cs
- SHA1Managed.cs
- SqlInternalConnection.cs
- ConvertEvent.cs
- StringWriter.cs
- WorkflowViewService.cs
- CodeNamespaceImport.cs
- TraceHelpers.cs
- DrawingImage.cs
- DataBinder.cs
- IncomingWebRequestContext.cs
- TcpTransportElement.cs
- MemberInitExpression.cs
- Suspend.cs
- SchemaNotation.cs
- DbConvert.cs
- ColumnMapCopier.cs
- SubMenuStyleCollectionEditor.cs
- Animatable.cs
- DeleteBookmarkScope.cs
- DesignerLoader.cs
- DataObjectCopyingEventArgs.cs
- DataServiceClientException.cs
- DataTrigger.cs
- Trigger.cs
- CompatibleIComparer.cs
- ReadOnlyCollection.cs
- ObfuscateAssemblyAttribute.cs
- SqlFileStream.cs
- ScopedKnownTypes.cs
- BrowserDefinitionCollection.cs
- PerformanceCounterManager.cs
- WebPartUtil.cs
- StyleSheetDesigner.cs
- CancelEventArgs.cs
- GlobalItem.cs
- ColumnMapCopier.cs
- TextElementAutomationPeer.cs
- LocalBuilder.cs
- PropertyStore.cs
- ComponentResourceKey.cs
- AsmxEndpointPickerExtension.cs
- PersistChildrenAttribute.cs
- ByteStack.cs
- BindStream.cs
- XmlSchemaComplexType.cs
- HitTestParameters.cs