4 references to VerticalOffsetProperty
PresentationFramework (4)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
440cm.ClearValue(ContextMenu.VerticalOffsetProperty);
System\Windows\Controls\ContextMenu.cs (2)
116get { return (double) GetValue(VerticalOffsetProperty); } 117set { SetValue(VerticalOffsetProperty, value); }
System\Windows\Controls\PopupControlService.cs (1)
1247o.CoerceValue(ContextMenu.VerticalOffsetProperty);