3 references to ThumbnailClipMarginProperty
PresentationFramework (3)
System\Windows\Shell\TaskbarItemInfo.cs (2)
173get { return (Thickness)GetValue(ThumbnailClipMarginProperty); } 174set { SetValue(ThumbnailClipMarginProperty, value); }
System\Windows\Window.cs (1)
757else if (dp == TaskbarItemInfo.ThumbnailClipMarginProperty)