2 writes to _columnCount
PresentationFramework (2)
System\Windows\Automation\Peers\TableAutomationPeer.cs (2)
25_columnCount = GetColumnCount(); 85_columnCount = columnCount;
3 references to _columnCount
PresentationFramework (3)
System\Windows\Automation\Peers\TableAutomationPeer.cs (3)
82if (columnCount != _columnCount) 84RaisePropertyChangedEvent(GridPatternIdentifiers.ColumnCountProperty, _columnCount, columnCount); 186get { return _columnCount; }