1 instantiation of ContextLayoutManager
PresentationCore (1)
System\Windows\LayoutManager.cs (1)
53
lm = new
ContextLayoutManager
();
41 references to ContextLayoutManager
PresentationCore (41)
System\Windows\Automation\Peers\AutomationPeer.cs (6)
475
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
2023
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
2147
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
System\Windows\Input\InputManager.cs (1)
160
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Add(_layoutUpdatedCallback);
System\Windows\LayoutManager.cs (10)
43
internal static
ContextLayoutManager
From(Dispatcher dispatcher)
45
ContextLayoutManager
lm = dispatcher.Reserved3 as
ContextLayoutManager
;
115
((
ContextLayoutManager
)arg).NeedsRecalc();
563
ContextLayoutManager
ContextLayoutManager = arg as
ContextLayoutManager
;
880
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(e.Dispatcher);
995
ContextLayoutManager
lm =
ContextLayoutManager
.From(e.Dispatcher);
System\Windows\UIElement.cs (24)
265
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
298
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
349
item =
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Add(value);
361
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Remove(item);
514
ContextLayoutManager
contextLayoutManager = (requireMeasureUpdate || requireArrangeUpdate)
515
?
ContextLayoutManager
.From(e.Dispatcher)
561
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
605
ContextLayoutManager
.From(Dispatcher).MeasureQueue.Remove(this);
644
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(Dispatcher);
688
ContextLayoutManager
.From(Dispatcher).MeasureQueue.Remove(this);
774
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
818
ContextLayoutManager
.From(Dispatcher).ArrangeQueue.Remove(this);
868
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(Dispatcher);
918
ContextLayoutManager
.From(Dispatcher).ArrangeQueue.Remove(this);
1040
ContextLayoutManager
.From(Dispatcher).AddToSizeChangedChain(info);
1642
ContextLayoutManager
.From(Dispatcher).UpdateLayout();
4657
internal
ContextLayoutManager
.LayoutQueue.Request MeasureRequest;
4658
internal
ContextLayoutManager
.LayoutQueue.Request ArrangeRequest;