8 references to Action
PresentationFramework (8)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
2055
switch (args.
Action
)
src\Framework\System\Windows\Controls\Panel.cs (1)
698
switch (args.
Action
)
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
390
switch (args.
Action
)
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (1)
565
switch (args.
Action
)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (4)
3499
args.
Action
,
3526
switch (args.
Action
)
3590
switch (args.
Action
)
3650
Debug.Assert(args.
Action
== NotifyCollectionChangedAction.Reset && args.ItemCount == 1);