13 references to GridPatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2373s_patternInfo[GridPatternIdentifiers.Pattern.Id] = new PatternInfo(GridPatternIdentifiers.Pattern.Id, new WrapObject(GridProviderWrapper.Wrap), PatternInterface.Grid);
PresentationFramework (4)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
100peer.RaisePropertyChangedEvent(GridPatternIdentifiers.RowCountProperty, _oldItemsCount, _listview.Items.Count); 259peer?.RaisePropertyChangedEvent(GridPatternIdentifiers.ColumnCountProperty, _oldColumnsCount, _owner.Columns.Count);
System\Windows\Automation\Peers\TableAutomationPeer.cs (2)
79RaisePropertyChangedEvent(GridPatternIdentifiers.RowCountProperty, _rowCount, rowCount); 85RaisePropertyChangedEvent(GridPatternIdentifiers.ColumnCountProperty, _columnCount, columnCount);
UIAutomationClient (3)
System\Windows\Automation\GridPattern.cs (3)
45public static readonly AutomationPattern Pattern = GridPatternIdentifiers.Pattern; 48public static readonly AutomationProperty RowCountProperty = GridPatternIdentifiers.RowCountProperty; 51public static readonly AutomationProperty ColumnCountProperty = GridPatternIdentifiers.ColumnCountProperty;
UIAutomationTypes (4)
System\Windows\Automation\ControlType.cs (4)
138new AutomationPattern[] { GridPatternIdentifiers.Pattern, ValuePatternIdentifiers.Pattern, SelectionPatternIdentifiers.Pattern } 165new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, TablePatternIdentifiers.Pattern, GridPatternIdentifiers.Pattern, MultipleViewPatternIdentifiers.Pattern } 224new AutomationPattern[] { GridPatternIdentifiers.Pattern }, 267new AutomationPattern[] { GridPatternIdentifiers.Pattern },