45 references to InvalidateProperty
PresentationFramework (45)
System\Windows\SystemParameters.cs (45)
5184return InvalidateProperty((int)CacheSlot.FocusBorderHeight, "FocusBorderHeight");
5186return InvalidateProperty((int)CacheSlot.HighContrast, "HighContrast");
5188return InvalidateProperty((int)CacheSlot.MouseVanish, "MouseVanish");
5191return InvalidateProperty((int)CacheSlot.DropShadow, "DropShadow");
5193return InvalidateProperty((int)CacheSlot.FlatMenu, "FlatMenu");
5226return InvalidateProperty((int)CacheSlot.KeyboardCues, "KeyboardCues");
5228return InvalidateProperty((int)CacheSlot.KeyboardDelay, "KeyboardDelay");
5230return InvalidateProperty((int)CacheSlot.KeyboardPreference, "KeyboardPreference");
5232return InvalidateProperty((int)CacheSlot.KeyboardSpeed, "KeyboardSpeed");
5234return InvalidateProperty((int)CacheSlot.SnapToDefaultButton, "SnapToDefaultButton");
5236return InvalidateProperty((int)CacheSlot.WheelScrollLines, "WheelScrollLines");
5238return InvalidateProperty((int)CacheSlot.MouseHoverTime, "MouseHoverTime");
5240return InvalidateProperty((int)CacheSlot.MouseHoverHeight, "MouseHoverHeight");
5242return InvalidateProperty((int)CacheSlot.MouseHoverWidth, "MouseHoverWidth");
5257return InvalidateProperty((int)CacheSlot.MenuFade, "MenuFade");
5259return InvalidateProperty((int)CacheSlot.MenuShowDelay, "MenuShowDelay");
5262return InvalidateProperty((int)CacheSlot.ComboBoxAnimation, "ComboBoxAnimation");
5264return InvalidateProperty((int)CacheSlot.ClientAreaAnimation, "ClientAreaAnimation");
5266return InvalidateProperty((int)CacheSlot.CursorShadow, "CursorShadow");
5268return InvalidateProperty((int)CacheSlot.GradientCaptions, "GradientCaptions");
5270return InvalidateProperty((int)CacheSlot.HotTracking, "HotTracking");
5272return InvalidateProperty((int)CacheSlot.ListBoxSmoothScrolling, "ListBoxSmoothScrolling");
5274return InvalidateProperty((int)CacheSlot.MenuAnimation, "MenuAnimation");
5276return InvalidateProperty((int)CacheSlot.SelectionFade, "SelectionFade");
5278return InvalidateProperty((int)CacheSlot.StylusHotTracking, "StylusHotTracking");
5280return InvalidateProperty((int)CacheSlot.ToolTipAnimation, "ToolTipAnimation");
5282return InvalidateProperty((int)CacheSlot.ToolTipFade, "ToolTipFade");
5284return InvalidateProperty((int)CacheSlot.UIEffects, "UIEffects");
5287return InvalidateProperty((int)CacheSlot.MinimizeAnimation, "MinimizeAnimation");
5289return InvalidateProperty((int)CacheSlot.CaretWidth, "CaretWidth");
5291return InvalidateProperty((int)CacheSlot.ForegroundFlashCount, "ForegroundFlashCount");
5293return InvalidateProperty((int)CacheSlot.DragFullWindows, "DragFullWindows");
5460return InvalidateProperty((int)CacheSlot.MinimumHorizontalDragDistance, "MinimumHorizontalDragDistance");
5462return InvalidateProperty((int)CacheSlot.MinimumVerticalDragDistance, "MinimumVerticalDragDistance");
5464return InvalidateProperty((int)CacheSlot.IsPenWindows, "IsPenWindows");
5466return InvalidateProperty((int)CacheSlot.ShowSounds, "ShowSounds");
5468return InvalidateProperty((int)CacheSlot.SwapButtons, "SwapButtons");
5476return InvalidateProperty((int)CacheSlot.IsGlassEnabled, "IsGlassEnabled");
5483InvalidateProperty((int)CacheSlot.UxThemeName, "UxThemeName");
5484InvalidateProperty((int)CacheSlot.UxThemeColor, "UxThemeColor");
5485InvalidateProperty((int)CacheSlot.WindowCornerRadius, "WindowCornerRadius");
5490InvalidateProperty((int)CacheSlot.WindowGlassColor, "WindowGlassColor");
5491InvalidateProperty((int)CacheSlot.WindowGlassBrush, "WindowGlassBrush");
5498InvalidateProperty((int)CacheSlot.WindowNonClientFrameThickness, "WindowNonClientFrameThickness");
5499InvalidateProperty((int)CacheSlot.WindowResizeBorderThickness, "WindowResizeBorderThickness");