10 references to GridItemPatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2373
s_patternInfo[
GridItemPatternIdentifiers
.Pattern.Id] = new PatternInfo(
GridItemPatternIdentifiers
.Pattern.Id, new WrapObject(GridItemProviderWrapper.Wrap), PatternInterface.GridItem);
PresentationFramework (2)
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (2)
79
RaisePropertyChangedEvent(
GridItemPatternIdentifiers
.ColumnSpanProperty, oldValue, newValue);
87
RaisePropertyChangedEvent(
GridItemPatternIdentifiers
.RowSpanProperty, oldValue, newValue);
UIAutomationClient (6)
System\Windows\Automation\GridItemPattern.cs (6)
48
public static readonly AutomationPattern Pattern =
GridItemPatternIdentifiers
.Pattern;
51
public static readonly AutomationProperty RowProperty =
GridItemPatternIdentifiers
.RowProperty;
54
public static readonly AutomationProperty ColumnProperty =
GridItemPatternIdentifiers
.ColumnProperty;
57
public static readonly AutomationProperty RowSpanProperty =
GridItemPatternIdentifiers
.RowSpanProperty;
60
public static readonly AutomationProperty ColumnSpanProperty =
GridItemPatternIdentifiers
.ColumnSpanProperty;
63
public static readonly AutomationProperty ContainingGridProperty =
GridItemPatternIdentifiers
.ContainingGridProperty;