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