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