25 references to AccessibleObjectType
System.Workflow.ComponentModel (25)
AuthoringOM\Design\DesignerWidgets.cs (25)
2459
this.accessibilityObjects.Add(new ItemStripAccessibleObject(ItemStripAccessibleObject.
AccessibleObjectType
.LeftScroll, this));
2461
this.accessibilityObjects.Add(new ItemStripAccessibleObject(ItemStripAccessibleObject.
AccessibleObjectType
.Item, this, i));
2462
this.accessibilityObjects.Add(new ItemStripAccessibleObject(ItemStripAccessibleObject.
AccessibleObjectType
.RightScroll, this));
2913
private
AccessibleObjectType
accessibleObjectType;
2917
internal ItemStripAccessibleObject(
AccessibleObjectType
type, PreviewItemStrip itemStrip)
2923
internal ItemStripAccessibleObject(
AccessibleObjectType
type, PreviewItemStrip itemStrip, int itemIndex)
2935
if (this.accessibleObjectType ==
AccessibleObjectType
.LeftScroll)
2939
else if (this.accessibleObjectType ==
AccessibleObjectType
.RightScroll)
2943
else if (this.accessibleObjectType ==
AccessibleObjectType
.Item)
2973
if (this.accessibleObjectType ==
AccessibleObjectType
.LeftScroll)
2977
else if (this.accessibleObjectType ==
AccessibleObjectType
.RightScroll)
2981
else if (this.accessibleObjectType ==
AccessibleObjectType
.Item)
2997
if (this.accessibleObjectType ==
AccessibleObjectType
.LeftScroll)
3001
else if (this.accessibleObjectType ==
AccessibleObjectType
.RightScroll)
3005
else if (this.accessibleObjectType ==
AccessibleObjectType
.Item)
3021
if (this.accessibleObjectType ==
AccessibleObjectType
.LeftScroll)
3025
else if (this.accessibleObjectType ==
AccessibleObjectType
.RightScroll)
3029
else if (this.accessibleObjectType ==
AccessibleObjectType
.Item)
3070
if (this.accessibleObjectType ==
AccessibleObjectType
.Item)
3089
if (this.accessibleObjectType ==
AccessibleObjectType
.Item)
3107
if (this.accessibleObjectType ==
AccessibleObjectType
.LeftScroll)
3109
else if (this.accessibleObjectType ==
AccessibleObjectType
.RightScroll)
3111
else if (this.accessibleObjectType ==
AccessibleObjectType
.Item)
3136
if (this.accessibleObjectType ==
AccessibleObjectType
.Item)
3160
if (this.accessibleObjectType !=
AccessibleObjectType
.Item)