2 writes to _viewportWidthChangeNotificationPending
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1971
_viewportWidthChangeNotificationPending
= true;
2000
_viewportWidthChangeNotificationPending
= false;
2 references to _viewportWidthChangeNotificationPending
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1967
if (!
_viewportWidthChangeNotificationPending
)
1983
if (!
_viewportWidthChangeNotificationPending
)