13 references to GridPatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2372s_patternInfo[GridPatternIdentifiers.Pattern.Id] = new PatternInfo(GridPatternIdentifiers.Pattern.Id, new WrapObject(GridProviderWrapper.Wrap), PatternInterface.Grid);
PresentationFramework (4)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
99peer.RaisePropertyChangedEvent(GridPatternIdentifiers.RowCountProperty, _oldItemsCount, _listview.Items.Count); 258peer?.RaisePropertyChangedEvent(GridPatternIdentifiers.ColumnCountProperty, _oldColumnsCount, _owner.Columns.Count);
System\Windows\Automation\Peers\TableAutomationPeer.cs (2)
78RaisePropertyChangedEvent(GridPatternIdentifiers.RowCountProperty, _rowCount, rowCount); 84RaisePropertyChangedEvent(GridPatternIdentifiers.ColumnCountProperty, _columnCount, columnCount);
UIAutomationClient (3)
System\Windows\Automation\GridPattern.cs (3)
44public static readonly AutomationPattern Pattern = GridPatternIdentifiers.Pattern; 47public static readonly AutomationProperty RowCountProperty = GridPatternIdentifiers.RowCountProperty; 50public static readonly AutomationProperty ColumnCountProperty = GridPatternIdentifiers.ColumnCountProperty;
UIAutomationTypes (4)
System\Windows\Automation\ControlType.cs (4)
137new AutomationPattern[] { GridPatternIdentifiers.Pattern, ValuePatternIdentifiers.Pattern, SelectionPatternIdentifiers.Pattern } 164new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, TablePatternIdentifiers.Pattern, GridPatternIdentifiers.Pattern, MultipleViewPatternIdentifiers.Pattern } 223new AutomationPattern[] { GridPatternIdentifiers.Pattern }, 266new AutomationPattern[] { GridPatternIdentifiers.Pattern },