2 writes to ownerItem
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
123
this.
ownerItem
= ownerItem;
812
ownerItem
= value;
22 references to ownerItem
System.Windows.Forms (22)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (22)
428
if (
ownerItem
!= null &&
ownerItem
.Owner != null) {
429
return
ownerItem
.Owner.DropDownOwnerWindow;
807
get { return
ownerItem
; }
809
if (
ownerItem
!= value) {
817
if (
ownerItem
!= null && RightToLeftInherited && startRightToLeft != this.RightToLeft) {
832
if (
ownerItem
!= null) {
833
ToolStrip owner =
ownerItem
.ParentInternal;
839
if (
ownerItem
.Placement == ToolStripItemPlacement.Overflow &&
ownerItem
.Owner != null) {
840
return
ownerItem
.Owner.OverflowButton.DropDown;
843
return
ownerItem
.Owner;
1207
if ((
ownerItem
!= null) && (
ownerItem
is ToolStripDropDownItem)) {
1208
screenPoint = ((ToolStripDropDownItem)
ownerItem
).DropDownLocation;
1224
if ((
ownerItem
!= null) && (
ownerItem
is ToolStripDropDownItem) && (ParentInternal != null)) {
1225
parentClientPoint = ParentInternal.PointToClient(((ToolStripDropDownItem)
ownerItem
).DropDownLocation);
1331
if (
ownerItem
== null || !
ownerItem
.IsInDesignMode)
1400
if (
ownerItem
== null || !
ownerItem
.IsInDesignMode)