17 references to GetComponentSelected
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (4)
1364
if (GetOcState() >= OC_UIACTIVE && !iss.
GetComponentSelected
(this)) {
1372
if (!iss.
GetComponentSelected
(this)) {
2667
if (iss != null && iss.
GetComponentSelected
(this)) {
5552
if (iss == null || !iss.
GetComponentSelected
(this)) return;
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
801
if (iss != null && iss.
GetComponentSelected
(this)) {
1125
if (!iss.
GetComponentSelected
(this)) {
System.Workflow.ComponentModel (11)
AuthoringOM\Design\ActivityDesigner.cs (1)
136
return (selectionService != null && selectionService.
GetComponentSelected
(Activity));
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
337
if (selectionService != null && selectionService.
GetComponentSelected
(activity))
AuthoringOM\Design\CommandSet.cs (4)
369
if (designerHost != null && this.selectionService.
GetComponentSelected
(designerHost.RootComponent))
394
if (designerHost != null && designerHost.RootComponent != null && this.selectionService.
GetComponentSelected
(designerHost.RootComponent))
481
!this.selectionService.
GetComponentSelected
(designerHost.RootComponent));
828
if (designerHost != null && this.selectionService.
GetComponentSelected
(designerHost.RootComponent))
AuthoringOM\Design\MessageFilters\DragDropManager.cs (2)
808
if (components == null || components.Count < 1 || selectionService.
GetComponentSelected
(designerHost.RootComponent) || !Helpers.AreAllActivities(components))
824
if (components == null || components.Count < 1 || selectionService.
GetComponentSelected
(designerHost.RootComponent) || !Helpers.AreAllActivities(components))
AuthoringOM\Design\MessageFilters\WindowManager.cs (1)
254
if (!(designerHost == null || selectionService.
GetComponentSelected
(designerHost.RootComponent)))
AuthoringOM\Design\SequenceDesignerAccessibleObject.cs (1)
178
state |= (selectionService.
GetComponentSelected
(this.connectorHitInfo.SelectableObject)) ? AccessibleStates.Selected : AccessibleStates.Selectable;
AuthoringOM\Design\WorkflowView.cs (1)
1505
if (selectionService != null && selectionService.
GetComponentSelected
(RootDesigner.Activity))