2 writes to _viewportWidthChangeNotificationPending
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1983
_viewportWidthChangeNotificationPending
= true;
2012
_viewportWidthChangeNotificationPending
= false;
2 references to _viewportWidthChangeNotificationPending
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1979
if (!
_viewportWidthChangeNotificationPending
)
1995
if (!
_viewportWidthChangeNotificationPending
)