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