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 / SliderAutomationPeer.cs / 1 / SliderAutomationPeer.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 SliderAutomationPeer : RangeBaseAutomationPeer { /// public SliderAutomationPeer(Slider owner): base(owner) { } /// override protected string GetClassNameCore() { return "Slider"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Slider; } /// protected override Point GetClickablePointCore() { return new Point(double.NaN, double.NaN); } } } // 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 SliderAutomationPeer : RangeBaseAutomationPeer { /// public SliderAutomationPeer(Slider owner): base(owner) { } /// override protected string GetClassNameCore() { return "Slider"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Slider; } /// protected override Point GetClickablePointCore() { return new Point(double.NaN, double.NaN); } } } // 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
- Emitter.cs
- DrawingAttributes.cs
- NameValuePair.cs
- unsafenativemethodsother.cs
- SystemColors.cs
- XmlSchemaComplexType.cs
- HtmlLink.cs
- Cursors.cs
- dtdvalidator.cs
- _FixedSizeReader.cs
- SuspendDesigner.cs
- PageRanges.cs
- PageBuildProvider.cs
- StrictAndMessageFilter.cs
- IssuanceTokenProviderState.cs
- SecureStringHasher.cs
- ProxyWebPartManager.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- FontWeightConverter.cs
- SchemaUtility.cs
- DataGridColumnCollection.cs
- DataGridViewCheckBoxColumn.cs
- InstanceDescriptor.cs
- ServiceModelStringsVersion1.cs
- listitem.cs
- Vars.cs
- Token.cs
- HtmlHistory.cs
- HMACSHA512.cs
- SettingsBase.cs
- ColumnMapVisitor.cs
- WebControlToolBoxItem.cs
- RSAPKCS1SignatureFormatter.cs
- TextSimpleMarkerProperties.cs
- glyphs.cs
- ComEventsSink.cs
- OdbcEnvironmentHandle.cs
- SafeNativeMethods.cs
- XhtmlBasicPanelAdapter.cs
- IntSecurity.cs
- SchemaTableOptionalColumn.cs
- TreeViewDataItemAutomationPeer.cs
- SvcFileManager.cs
- DbProviderFactory.cs
- TextEditorThreadLocalStore.cs
- BindingEditor.xaml.cs
- ErrorTableItemStyle.cs
- WorkflowIdleElement.cs
- HttpGetProtocolImporter.cs
- MetaTable.cs
- UnsafeNativeMethods.cs
- StrongNameIdentityPermission.cs
- ModuleElement.cs
- WinCategoryAttribute.cs
- DataGridViewTextBoxColumn.cs
- PartialCachingAttribute.cs
- DynamicUpdateCommand.cs
- ParseChildrenAsPropertiesAttribute.cs
- Expressions.cs
- ExpandSegmentCollection.cs
- SemanticValue.cs
- AuthorizationPolicyTypeElementCollection.cs
- SectionRecord.cs
- EventLogPermissionAttribute.cs
- Enumerable.cs
- SQLInt64Storage.cs
- X500Name.cs
- CriticalFinalizerObject.cs
- Transform3D.cs
- AutoSizeToolBoxItem.cs
- StylusPointProperties.cs
- CounterSampleCalculator.cs
- ResXResourceReader.cs
- NullableBoolConverter.cs
- TempFiles.cs
- MasterPageBuildProvider.cs
- TypeElement.cs
- TranslateTransform3D.cs
- DirectionalLight.cs
- InvalidTimeZoneException.cs
- DecimalAverageAggregationOperator.cs
- LocalClientSecuritySettingsElement.cs
- ElementNotEnabledException.cs
- PropertyCollection.cs
- PeerOutputChannel.cs
- DataTableClearEvent.cs
- TransformerTypeCollection.cs
- SqlFunctionAttribute.cs
- CannotUnloadAppDomainException.cs
- CategoryList.cs
- Deflater.cs
- PointValueSerializer.cs
- RadioButton.cs
- DesigntimeLicenseContextSerializer.cs
- WindowsContainer.cs
- DataObject.cs
- XPathSelfQuery.cs
- XmlSchemaSimpleContentRestriction.cs
- PublisherIdentityPermission.cs
- HttpHostedTransportConfiguration.cs