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