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