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