2 types derived from FloaterBaseParagraph
PresentationFramework (2)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
23
internal sealed class FloaterParagraph :
FloaterBaseParagraph
MS\Internal\PtsHost\UIElementParagraph.cs (1)
23
internal sealed class UIElementParagraph :
FloaterBaseParagraph
16 references to FloaterBaseParagraph
PresentationFramework (16)
MS\Internal\PtsHost\FloaterBaseParaClient.cs (1)
36
protected FloaterBaseParaClient(
FloaterBaseParagraph
paragraph)
MS\Internal\PtsHost\PtsHost.cs (14)
2213
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2259
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2302
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2345
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2386
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2598
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2634
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
MS\Internal\PtsHost\UIElementParaClient.cs (1)
37
internal UIElementParaClient(
FloaterBaseParagraph
paragraph)