2 writes to _viewportWidthChangeNotificationPending
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1977
_viewportWidthChangeNotificationPending
= true;
2006
_viewportWidthChangeNotificationPending
= false;
2 references to _viewportWidthChangeNotificationPending
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1973
if (!
_viewportWidthChangeNotificationPending
)
1989
if (!
_viewportWidthChangeNotificationPending
)