2 writes to _viewportWidthChangeNotificationPending
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1965
_viewportWidthChangeNotificationPending
= true;
1994
_viewportWidthChangeNotificationPending
= false;
2 references to _viewportWidthChangeNotificationPending
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1961
if (!
_viewportWidthChangeNotificationPending
)
1977
if (!
_viewportWidthChangeNotificationPending
)