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