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